Skip to content

Commit

Permalink
fix(package): fix spread operator plugin for production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienMotte committed Feb 13, 2017
1 parent 00fa564 commit 4a39d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"es2015"
],
"plugins": [
"add-module-exports"
"add-module-exports",
"transform-object-rest-spread"
],
"ignore": "test.js",
"env": {
"development": {
"sourceMaps": "inline",
"plugins": [
"transform-runtime",
"transform-object-rest-spread"
"transform-runtime"
]
}
}
Expand Down

0 comments on commit 4a39d37

Please sign in to comment.