Browse Source

chore: dev模式source-map替换为inline-source-map

es6
iapyang 3 years ago
parent
commit
23ff64d12e
  1. 2
      webpack/webpack.dev.js

2
webpack/webpack.dev.js

@ -32,7 +32,7 @@ class IgnoreNotFoundExportPlugin {
}
module.exports = merge(common, {
devtool: "source-map",
devtool: "inline-source-map",
output: {
path: dirs.DEST,
filename: "[name].js",

Loading…
Cancel
Save