diff --git a/gulpfile.js b/gulpfile.js index 8e83b26f..697185d3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 };