We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f21fce + 9d77dd5 commit 3ee8b42Copy full SHA for 3ee8b42
config/production.json
@@ -1,3 +1,4 @@
1
{
2
- "env": "production"
+ "env": "production",
3
+ "publicPath": "./"
4
}
config/release.json
- "env": "release"
+ "env": "release",
webpack.config.prod.js
@@ -118,8 +118,6 @@ if (IS_S3_DEPLOY) {
118
});
119
120
webpackConfig.plugins = webpackConfig.plugins.concat(s3Config);
121
-} else {
122
- webpackConfig.output.publicPath = '/';
123
124
125
if(config.get('optimization.analyzeMode') === true) {
0 commit comments