Skip to content

Commit

Permalink
Add sourcemap config to uglify plugin
Browse files Browse the repository at this point in the history
No sourcemaps have been generated in `dist` since `0.14.3`
webpack/webpack#2704 (comment)
  • Loading branch information
cookpete committed Sep 2, 2017
1 parent 288c18d commit 901dfbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module.exports = {
compressor: {
warnings: false
},
comments: false
comments: false,
sourceMap: true
})
],
module: {
Expand Down

0 comments on commit 901dfbf

Please sign in to comment.