Skip to content

Commit

Permalink
update devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Jun 18, 2021
1 parent e0ca53c commit 85a6041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const common = require("./webpack.common.js");
module.exports = merge(common, {
target: "web",
mode: "development",
devtool: "inline-cheap-source-map",
devtool: "inline-source-map",
output: {
chunkFilename: "js/[name].chunk.js",
publicPath: "http://localhost:9091/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const common = require("./webpack.common.js");
module.exports = merge(common, {
target: "web",
mode: "development",
devtool: "inline-cheap-source-map",
devtool: "inline-source-map",
output: {
chunkFilename: "js/[name].chunk.js",
},
Expand Down

0 comments on commit 85a6041

Please sign in to comment.