Skip to content

Commit

Permalink
build: add transform runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 12, 2018
1 parent 21b31cd commit c261332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-minify": "^0.2.0",
"babel-register": "^6.24.0",
Expand Down Expand Up @@ -119,7 +120,8 @@
{
"targets": {
"node": 4
}
},
"useBuiltIns": true
}
],
[
Expand All @@ -130,6 +132,7 @@
]
],
"plugins": [
"transform-runtime",
"add-module-exports"
]
},
Expand Down

0 comments on commit c261332

Please sign in to comment.