Skip to content

Commit 27be793

Browse files
committed
Add babel-plugin-transform-runtime
1 parent aa5216b commit 27be793

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"presets": ["es2015"],
3+
"plugins": ["transform-runtime"],
34
"env": {
45
"test": {
56
"plugins": ["istanbul"]

package-lock.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"babel-cli": "^6.24.1",
5757
"babel-eslint": "^8.0.0",
5858
"babel-plugin-istanbul": "^4.1.5",
59+
"babel-plugin-transform-runtime": "^6.23.0",
5960
"babel-preset-env": "^1.4.0",
6061
"babel-preset-es2015": "^6.24.1",
6162
"babel-register": "^6.24.1",

0 commit comments

Comments
 (0)