mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 12:28:44 -05:00
fix: respect dotfiles in public dir (fix #880)
This commit is contained in:
@@ -149,7 +149,7 @@ module.exports = (api, options) => {
|
||||
.use(require('copy-webpack-plugin'), [[{
|
||||
from: api.resolve('public'),
|
||||
to: api.resolve(options.outputDir),
|
||||
ignore: ['index.html', '.*']
|
||||
ignore: ['index.html', '.DS_Store']
|
||||
}]])
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user