diff --git a/webpack.config.js b/webpack.config.js index 2b5150a18..eabaecac0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -39,15 +39,6 @@ module.exports = { { test: /jquery\.js$/, loader: 'expose?jQuery' - }, - { - test: /\.jsx?$/, - exclude: /(node_modules|bower_components)/, - loader: 'babel', // 'babel-loader' is also a legal name to reference - query: - { - presets: ['react', 'es2015'] - } } ] },