Skip to content

Commit

Permalink
fix: publicPath to auto (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik authored Sep 23, 2021
1 parent c77bd9e commit 61c2ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/webpack-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
globalObject: 'this',
path: outputPath,
publicPath: '/',
publicPath: 'auto',
},
devtool: 'source-map',
externals: {
Expand Down

0 comments on commit 61c2ffd

Please sign in to comment.