From 93562464cee2610ad499a8ea2c564ba073fbc424 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 28 May 2016 16:32:04 +0000 Subject: [PATCH] fix webpack build issue --- webpack.config.js | 9 --------- 1 file changed, 9 deletions(-) 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'] - } } ] },