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 be1612a commit 2095730Copy full SHA for 2095730
packages/@vue/cli-service/lib/config/app.js
@@ -140,7 +140,7 @@ module.exports = (api, options) => {
140
const multiPageConfig = options.pages
141
const htmlPath = api.resolve('public/index.html')
142
const defaultHtmlPath = path.resolve(__dirname, 'index-default.html')
143
- const publicCopyIgnore = ['/index.html', '.DS_Store']
+ const publicCopyIgnore = ['.DS_Store']
144
145
if (!multiPageConfig) {
146
// default, single page setup.
0 commit comments