Skip to content

Commit

Permalink
fix: don't prefix bundles with auto
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril committed Apr 12, 2024
1 parent 972a5db commit 3fdbdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3fdbdb2

Please sign in to comment.