Appease the linter

johannes/nuke-worker-loader
Johannes Marbach 2023-11-09 17:05:41 +01:00
parent 37632d84c8
commit 3e03b2ea29
1 changed files with 3 additions and 3 deletions

View File

@ -281,7 +281,7 @@ module.exports = (env, argv) => {
"*context.audioWorklet.addModule()", "*context.audioWorklet.addModule()",
"*audioWorklet.addModule()", "*audioWorklet.addModule()",
], ],
}, },
}, },
rules: [ rules: [
useHMR && { useHMR && {
@ -744,9 +744,9 @@ module.exports = (env, argv) => {
overlay: { overlay: {
// Only show overlay on build errors as anything more can get annoying quickly // Only show overlay on build errors as anything more can get annoying quickly
errors: true, errors: true,
warnings : false, warnings: false,
runtimeErrors: false, runtimeErrors: false,
} },
}, },
static: { static: {