diff --git a/client/webpack.config.js b/client/webpack.config.js index 25cf8b807..3c4068ba1 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -13,7 +13,6 @@ module.exports = { path: path.join.apply(null, context.concat("dist")), filename: 'index.js', }, - devtool: "source-map", plugins: [ // new webpack.NoEmitOnErrorsPlugin(), ],