Skip to content

Commit

Permalink
fix dev buld
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanfrans committed Apr 1, 2024
1 parent 36fcef5 commit 37f9567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.cxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
overlay: "./src/overlay.ts",
background: "./src/background.ts"
},
devtool: env === "production" ? undefined : "eval",
devtool: env === "production" ? "source-map" : "inline-source-map",
module: {
rules: [
{
Expand Down

0 comments on commit 37f9567

Please sign in to comment.