Skip to content

Commit

Permalink
fix: remove source-maps from client - fixes #1551
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed May 2, 2018
1 parent 568e64e commit 9cef9c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/webpack.config.js
Expand Up @@ -13,7 +13,6 @@ module.exports = {
path: path.join.apply(null, context.concat("dist")),
filename: 'index.js',
},
devtool: "source-map",
plugins: [
// new webpack.NoEmitOnErrorsPlugin(),
],
Expand Down

0 comments on commit 9cef9c1

Please sign in to comment.