Skip to content

Commit

Permalink
Add SourceMaps to minified JS (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed May 12, 2021
1 parent be3cb9a commit 582aff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
libraryTarget: 'umd',
globalObject: 'this'
},
devtool: 'source-map',
module: {
rules: [
{
Expand Down

0 comments on commit 582aff4

Please sign in to comment.