Skip to content

Commit

Permalink
webpack: update webpack development source-map type
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Feb 18, 2022
1 parent 6136668 commit 8614e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const common = require("./webpack.common.js");

module.exports = merge(common, {
mode: "development",
devtool: "eval-source-map",
devtool: "inline-source-map",
watch: true,
watchOptions: {
ignored: /node_modules/,
Expand Down

0 comments on commit 8614e5a

Please sign in to comment.