Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Nov 9, 2023
1 parent 37632d8 commit 3e03b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ module.exports = (env, argv) => {
"*context.audioWorklet.addModule()",
"*audioWorklet.addModule()",
],
},
},
},
rules: [
useHMR && {
Expand Down Expand Up @@ -744,9 +744,9 @@ module.exports = (env, argv) => {
overlay: {
// Only show overlay on build errors as anything more can get annoying quickly
errors: true,
warnings : false,
warnings: false,
runtimeErrors: false,
}
},
},

static: {
Expand Down

0 comments on commit 3e03b2e

Please sign in to comment.