diff --git a/webpack.config.js b/webpack.config.js index 72b6659bf..24b70598a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -79,14 +79,7 @@ module.exports = { { test: /\.jsx?$/, loader: 'babel-loader', - include: [path.resolve(__dirname, 'src'), /node_modules[\\/]scratch-[^\\/]+[\\/]src/], - options: { - babelrc: false, - presets: ['es2015', 'react'], - plugins: [ - 'transform-object-rest-spread' - ] - } + include: [path.resolve(__dirname, 'src'), /node_modules[\\/]scratch-[^\\/]+[\\/]src/] }, { test: /\.scss$/,