fix: don't prefix bundles with auto

This commit is contained in:
Brian Smith
2024-04-11 09:39:48 -04:00
parent 05baf4c1fe
commit 28b4998d92

View File

@@ -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'