Skip to content

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adumesny committed Sep 4, 2023
1 parent f4fc9c2 commit 87cdedb
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 @@ -5,8 +5,8 @@ module.exports = {
'gridstack-all': './src/gridstack.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 87cdedb

Please sign in to comment.