mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-07 21:26:13 +02:00
Disable automatic publicPath to unbreak worklets
This commit is contained in:
parent
0584c39a70
commit
91f46cc8f4
@ -737,6 +737,10 @@ module.exports = (env, argv) => {
|
||||
filename: "bundles/[hash]/[name].js",
|
||||
chunkFilename: "bundles/[hash]/[name].js",
|
||||
webassemblyModuleFilename: "bundles/[hash]/[modulehash].wasm",
|
||||
|
||||
// Disable automatic public path as it doesn't appear to function with
|
||||
// worklets in Webpack 5
|
||||
publicPath: "",
|
||||
},
|
||||
|
||||
// configuration for the webpack-dev-server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user