From 28b4998d9206fb235016e42b7374d0e1c22a2f26 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 11 Apr 2024 09:39:48 -0400 Subject: [PATCH] fix: don't prefix bundles with auto --- webpack.common.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.common.config.js b/webpack.common.config.js index 9a5122f9fd..2fd71bddee 100644 --- a/webpack.common.config.js +++ b/webpack.common.config.js @@ -126,6 +126,7 @@ module.exports = Merge.smart({ }, output: { + publicPath: "", // https://stackoverflow.com/a/65272040 path: path.resolve(__dirname, 'common/static/bundles'), library: { type: 'window'