Skip to content

Commit 0c4aa85

Browse files
committed
bundle path set to auto
1 parent 9b1cdad commit 0c4aa85

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)