You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...because the copy webpack plugin uses options.outputDir to set the directory to copy to when the webpack config is resolved later in the build script:
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
dirWhat 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?
The text was updated successfully, but these errors were encountered: