mirror of https://github.com/vector-im/riot-web
Appease the linter
parent
37632d84c8
commit
3e03b2ea29
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue