-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build with development mode set & dest folder fails #1073
Comments
Quickly checked, seems to be related to the fact that the copy-webpack-plugin is not configured for |
I too am experiencing the same issue. package.json
I (however) have no luck when trying just Either reports the same error. |
Version
3.0.0-beta.6
Reproduction link
https://github.com/capsur/cc-setup
Steps to reproduce
yarn build -- --mode=development --dest=test
What is expected?
Project is built in development mode and output goes into test folder
What is actually happening?
For comparison:
vue-cli-service build --mode production --dest
test works without any issuesThe text was updated successfully, but these errors were encountered: