Skip to content

Commit 9cef9c1

Browse files
committed
fix: remove source-maps from client - fixes #1551
1 parent 568e64e commit 9cef9c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
path: path.join.apply(null, context.concat("dist")),
1414
filename: 'index.js',
1515
},
16-
devtool: "source-map",
1716
plugins: [
1817
// new webpack.NoEmitOnErrorsPlugin(),
1918
],

0 commit comments

Comments
 (0)