Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Add Babel transform-runtime plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 10, 2017
1 parent df50c97 commit a5a588f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015"]
"presets": ["es2015"],
"plugins": ["transform-runtime"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"license": "GPL-3.0",
"devDependencies": {
"babel-cli": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-register": "6.x.x",
"jsdom": "10.x.x",
Expand Down

0 comments on commit a5a588f

Please sign in to comment.