diff --git a/webpack.config.js b/webpack.config.js index e63e4e1..de039ce 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,10 +8,7 @@ module.exports = { loaders: [ { test: /\.js$/, - loader: 'babel-loader', - query: { - presets: ['es2015', 'react'] - } + loader: 'babel-loader' }, ] }