From 3e03b2ea29c18eb1e4982b59fdccce3aa2674fd5 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 9 Nov 2023 17:05:41 +0100 Subject: [PATCH] Appease the linter --- webpack.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 564713997d..cc99a29c2f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -281,7 +281,7 @@ module.exports = (env, argv) => { "*context.audioWorklet.addModule()", "*audioWorklet.addModule()", ], - }, + }, }, rules: [ useHMR && { @@ -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: {