Skip to content

Commit 2095730

Browse files
authored
refactor: remove the unused '/index.html' pattern
1 parent be1612a commit 2095730

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/config/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ module.exports = (api, options) => {
140140
const multiPageConfig = options.pages
141141
const htmlPath = api.resolve('public/index.html')
142142
const defaultHtmlPath = path.resolve(__dirname, 'index-default.html')
143-
const publicCopyIgnore = ['/index.html', '.DS_Store']
143+
const publicCopyIgnore = ['.DS_Store']
144144

145145
if (!multiPageConfig) {
146146
// default, single page setup.

0 commit comments

Comments
 (0)