Parcourir la source

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

bubble
keik il y a 6 ans
Parent
révision
765fb75356
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      make-webpack-config.js

+ 1
- 1
make-webpack-config.js Voir le fichier

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

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

plugins,



Chargement…
Annuler
Enregistrer