Skip to content

Commit 8580d91

Browse files
authored
Merge pull request #160 from HSLdevcom/68397-dependency-upgrades
bundle path set to auto
2 parents 5b8d175 + 0c4aa85 commit 8580d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
output: {
1515
...baseConfig.output,
1616
path: path.join(__dirname, "dist"),
17-
publicPath: "/",
17+
publicPath: "auto",
1818
filename: "bundle.[contenthash].js",
1919
assetModuleFilename: "assets/[hash][ext][query]",
2020
clean: true,

0 commit comments

Comments
 (0)