Closed

Description
Version
3.0.0-beta.2
Steps to reproduce
Run
./node_modules/.bin/vue-cli-service build --dest static
What is expected?
All files in static
dir
What is actually happening?
public/favicon.ico
copied to default folder (dist
)
Trying to move compiled files to another dir in my fresh project, but favicon.ico
appears in ./dist
.
P.S.: So, what link should i provide?