Skip to content

Commit f4ceef2

Browse files
authored
v0.6.2 (#163)
* fix(core): remove async/await in favor of promises to save on build size
1 parent b2a1699 commit f4ceef2

File tree

6 files changed

+389
-258
lines changed

6 files changed

+389
-258
lines changed

.babelrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
],
1717
"plugins": [
1818
"lodash",
19-
"@babel/plugin-transform-runtime",
20-
"@babel/plugin-transform-async-to-generator",
21-
"@babel/plugin-transform-regenerator"
2219
],
2320
"env": {
2421
"es": {
@@ -35,6 +32,7 @@
3532
},
3633
"test": {
3734
"plugins": [
35+
"@babel/plugin-transform-runtime",
3836
["module-resolver", {
3937
"root": ["./src"]
4038
}]

0 commit comments

Comments
 (0)