From 8dbefcc589972fb1947b8c521d2194f4ac26ba37 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 16 Nov 2023 19:39:39 +0100 Subject: [PATCH] Undo auto public path disablement as it doesn't work with workers --- webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 4f7b5bcb87..c65ebef997 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -746,11 +746,6 @@ 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 - // TODO: This appears to break workers though 🤦‍♂️ - publicPath: "", }, // configuration for the webpack-dev-server