Merge pull request #3990 from keik/invalid-source-map-option
Pass `false` webpack devtool option instead of `null`
This commit is contained in:
@@ -137,7 +137,7 @@ module.exports = function(rules, options) {
|
||||
}
|
||||
},
|
||||
|
||||
devtool: specialOptions.sourcemaps ? "nosource-source-map" : null,
|
||||
devtool: specialOptions.sourcemaps ? "nosource-source-map" : false,
|
||||
|
||||
plugins,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user