Skip to content

Commit

Permalink
updated babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Jan 31, 2017
1 parent 2ce9157 commit 8629c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
exclude: path.join(__dirname, 'node_modules'),
query: {
plugins: ['version-inline', 'transform-css-import-to-string'],
presets: ['es2015-loose', 'stage-0', 'react']
presets: [ ["es2015", {"loose": true} ], "stage-0", "react"]
}
},
{
Expand Down

0 comments on commit 8629c09

Please sign in to comment.