We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568e64e commit 9cef9c1Copy full SHA for 9cef9c1
1 file changed
client/webpack.config.js
@@ -13,7 +13,6 @@ module.exports = {
13
path: path.join.apply(null, context.concat("dist")),
14
filename: 'index.js',
15
},
16
- devtool: "source-map",
17
plugins: [
18
// new webpack.NoEmitOnErrorsPlugin(),
19
],
0 commit comments