Skip to content

Commit 529977e

Browse files
committed
Add babel-plugin-transform-runtime
1 parent 6303bf4 commit 529977e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"presets": ["es2015", "stage-0"]
2+
"presets": ["es2015", "stage-0"],
3+
"plugins": [
4+
"transform-runtime"
5+
]
36
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"babel-cli": "^6.22.2",
36+
"babel-plugin-transform-runtime": "^6.22.0",
3637
"babel-preset-es2015": "^6.22.0",
3738
"babel-preset-stage-0": "^6.22.0",
3839
"tap": "^10.0.2"

0 commit comments

Comments
 (0)