Skip to content

Commit

Permalink
Merge pull request #48 from shopgate/PWA-2336-fix-live-source-maps
Browse files Browse the repository at this point in the history
Re-enabled source maps in production
  • Loading branch information
devbucket committed Oct 28, 2019
2 parents e175fda + 23ff693 commit 36bb0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpack.config.js
Expand Up @@ -349,11 +349,11 @@ const config = {
new TerserPlugin({
parallel: true,
extractComments: false,
sourceMap: true,
terserOptions: {
ecma: 5,
keep_fnames: false,
mangle: true,
sourceMap: false,
safari10: false,
toplevel: false,
warnings: false,
Expand Down

0 comments on commit 36bb0bc

Please sign in to comment.