Skip to content

Commit 2ed25aa

Browse files
authored
Merge pull request particle-iot#53 from AntonPuko/regenerationRuntime
add babel-plugin-transform-runtime
2 parents c361fc1 + 04e4069 commit 2ed25aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"transform-decorators-legacy",
55
"transform-es2015-destructuring",
66
"transform-es2015-spread",
7-
"transform-flow-strip-types"
7+
"transform-flow-strip-types",
8+
"transform-runtime"
89
],
910
"presets": ["es2015", "latest", "stage-0", "stage-1"]
1011
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"!test/__test_data__/*"
4545
],
4646
"require": [
47-
"babel-polyfill",
4847
"babel-register"
4948
]
5049
},
@@ -73,7 +72,7 @@
7372
"babel-plugin-transform-es2015-destructuring": "^6.19.0",
7473
"babel-plugin-transform-es2015-spread": "^6.8.0",
7574
"babel-plugin-transform-flow-strip-types": "^6.18.0",
76-
"babel-polyfill": "^6.16.0",
75+
"babel-plugin-transform-runtime": "^6.15.0",
7776
"babel-preset-es2015": "^6.18.0",
7877
"babel-preset-latest": "^6.16.0",
7978
"babel-preset-stage-0": "^6.16.0",

0 commit comments

Comments
 (0)