Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 14, 2024
1 parent 224a4d0 commit d6fb4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const browserConfig = (env, argv) => {
},
entry,
optimization,
//devtool: argv.mode === "production" ? undefined : "source-map",
devtool: argv.mode === "production" ? undefined : "source-map",
output: {
path: path.join(__dirname),
filename: "[name].js",
Expand Down

0 comments on commit d6fb4c2

Please sign in to comment.