Skip to content

Commit

Permalink
Add rest/spread and remove react optimisations
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmanning committed Jun 22, 2015
1 parent d7d3f27 commit a36004e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ module.exports = {
exclude: /node_modules/,
loader: 'babel-loader',
query: {
optional: ["es7.decorators", "es7.classProperties", "optimisation.react.constantElements", "runtime"]
optional: [
"es7.decorators",
"es7.classProperties",
"es7.objectRestSpread",
"runtime"
]
}
}
]
Expand Down

0 comments on commit a36004e

Please sign in to comment.