We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b8d175 + 0c4aa85 commit 8580d91Copy full SHA for 8580d91
1 file changed
webpack.config.production.js
@@ -14,7 +14,7 @@ module.exports = {
14
output: {
15
...baseConfig.output,
16
path: path.join(__dirname, "dist"),
17
- publicPath: "/",
+ publicPath: "auto",
18
filename: "bundle.[contenthash].js",
19
assetModuleFilename: "assets/[hash][ext][query]",
20
clean: true,
0 commit comments