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 7681106 commit 59ac4f4Copy full SHA for 59ac4f4
packages/@vue/cli-service/lib/config/app.js
@@ -149,7 +149,7 @@ module.exports = (api, options) => {
149
.use(require('copy-webpack-plugin'), [[{
150
from: api.resolve('public'),
151
to: api.resolve(options.outputDir),
152
- ignore: ['index.html', '.*']
+ ignore: ['index.html', '.DS_Store']
153
}]])
154
}
155
})
0 commit comments