diff --git a/webpack.config.js b/webpack.config.js index a2d9d561..4745b4ee 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,7 +18,7 @@ module.exports = { { test: /\.(js|jsx)$/, exclude: /node_modules/, - loader: 'babel' + loader: 'babel-loader' }, { test: /\.json/,