Skip to content

Commit

Permalink
Add babel-plugin-transform-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Feb 3, 2017
1 parent 6303bf4 commit 529977e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["es2015", "stage-0"]
"presets": ["es2015", "stage-0"],
"plugins": [
"transform-runtime"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"tap": "^10.0.2"
Expand Down

0 comments on commit 529977e

Please sign in to comment.