ソースを参照

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

bubble
keik 6年前
コミット
765fb75356
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      make-webpack-config.js

+ 1
- 1
make-webpack-config.js ファイルの表示

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

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

plugins,



読み込み中…
キャンセル
保存