Ver a proveniência

Pass `false` webpack devtool option instead of `null`

bubble
keik há 6 anos
ascendente
cometimento
765fb75356
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      make-webpack-config.js

+ 1
- 1
make-webpack-config.js Ver ficheiro

@@ -137,7 +137,7 @@ module.exports = function(rules, options) {
}
},

devtool: specialOptions.sourcemaps ? "nosource-source-map" : null,
devtool: specialOptions.sourcemaps ? "nosource-source-map" : false,

plugins,



Carregando…
Cancelar
Guardar