Browse Source

do not generate source-maps in distribution version

master
Alexander Wunschik 7 years ago
committed by Yotam Berkowitz
parent
commit
8472fd68bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gulpfile.js

+ 1
- 1
gulpfile.js View File

@ -76,7 +76,7 @@ var webpackConfig = {
cache: true,
// generate details sourcempas of webpack modules
devtool: 'source-map'
//devtool: 'source-map'
//debug: true,
//bail: true

Loading…
Cancel
Save