Skip to content

Commit

Permalink
Merge pull request #1527 from adumesny/develop
Browse files Browse the repository at this point in the history
build size  fix
  • Loading branch information
adumesny authored Dec 8, 2020
2 parents 7887ffc + be1c4c8 commit a2bd4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
'gridstack-static': './src/index-static.ts'
},
mode: 'production', // production vs development
// devtool: 'source-map',
devtool: 'eval-source-map', // for best (large .js) debugging. see https://survivejs.com/webpack/building/source-maps/
devtool: 'source-map',
// devtool: 'eval-source-map', // for best (large .js) debugging. see https://survivejs.com/webpack/building/source-maps/
module: {
rules: [
{
Expand Down

0 comments on commit a2bd4d8

Please sign in to comment.