We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f1f223 + 87cdedb commit 5f6cdcfCopy full SHA for 5f6cdcf
webpack.config.js
@@ -5,8 +5,8 @@ module.exports = {
5
'gridstack-all': './src/gridstack.ts',
6
},
7
mode: 'production', // production vs development
8
- // devtool: 'source-map',
9
- 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/
10
module: {
11
rules: [
12
{
0 commit comments