mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-24 20:11:31 +01:00
Add defaults and fix comment
This commit is contained in:
parent
3e03b2ea29
commit
0584c39a70
@ -276,10 +276,11 @@ module.exports = (env, argv) => {
|
||||
worker: [
|
||||
// Special syntax for loading audio worklets as documented in
|
||||
// https://github.com/webpack/webpack.js.org/issues/6869. Note
|
||||
// that this only works when using literal strings as argument
|
||||
// in the addModule call.
|
||||
// that this only works when using a URL as argument to the
|
||||
// addModule call.
|
||||
"*context.audioWorklet.addModule()",
|
||||
"*audioWorklet.addModule()",
|
||||
"...", // The defaults
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user