We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cdad commit 0c4aa85Copy full SHA for 0c4aa85
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