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.
1 parent 12e57f7 commit ec508c7Copy full SHA for ec508c7
packages/@vue/cli-service/lib/config/app.js
@@ -94,7 +94,7 @@ module.exports = (api, options) => {
94
95
if (isProd) {
96
// handle indexPath
97
- if (options.indexPath) {
+ if (options.indexPath !== 'index.html') {
98
// why not set filename for html-webpack-plugin?
99
// 1. It cannot handle absolute paths
100
// 2. Relative paths causes incorrect SW manifest to be generated (#2007)
0 commit comments