Browse Source

generate details source maps of webpack modules

codeClimate
Alexander Wunschik 7 years ago
parent
commit
6c637c4ec1
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      gulpfile.js

+ 5
- 1
gulpfile.js View File

@ -72,7 +72,11 @@ var webpackConfig = {
},
module: webpackModule,
plugins: [ bannerPlugin ],
cache: true
cache: true,
// generate details sourcempas of webpack modules
devtool: 'source-map'
//debug: true,
//bail: true
};

Loading…
Cancel
Save