diff --git a/webpack.config.js b/webpack.config.js index 907cacea..13497bae 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,9 +33,6 @@ const loaders = clean([ test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader', - query: { - presets: ['es2015'] - } } ]);