Skip to content

Commit 59ac4f4

Browse files
committed
fix: respect dotfiles in public dir (fix #880)
1 parent 7681106 commit 59ac4f4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = (api, options) => {
149149
.use(require('copy-webpack-plugin'), [[{
150150
from: api.resolve('public'),
151151
to: api.resolve(options.outputDir),
152-
ignore: ['index.html', '.*']
152+
ignore: ['index.html', '.DS_Store']
153153
}]])
154154
}
155155
})

0 commit comments

Comments
 (0)