mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-28 22:11:41 +01:00
Undo auto public path disablement as it doesn't work with workers
This commit is contained in:
parent
4e32b6fbe1
commit
8dbefcc589
@ -746,11 +746,6 @@ module.exports = (env, argv) => {
|
|||||||
filename: "bundles/[hash]/[name].js",
|
filename: "bundles/[hash]/[name].js",
|
||||||
chunkFilename: "bundles/[hash]/[name].js",
|
chunkFilename: "bundles/[hash]/[name].js",
|
||||||
webassemblyModuleFilename: "bundles/[hash]/[modulehash].wasm",
|
webassemblyModuleFilename: "bundles/[hash]/[modulehash].wasm",
|
||||||
|
|
||||||
// Disable automatic public path as it doesn't appear to function with
|
|
||||||
// worklets in Webpack 5
|
|
||||||
// TODO: This appears to break workers though 🤦♂️
|
|
||||||
publicPath: "",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// configuration for the webpack-dev-server
|
// configuration for the webpack-dev-server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user