-
-
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
´vue-cli-service build´ and ´vue-cli-service build --watch´ generate a different dist directory structure #3613
Comments
Same issue here! It's a problem because we're dynamically serving some files from |
Version
3.5.0
Environment info
Steps to reproduce
vue create test
node_modules/.bin/vue-cli-service build
node_modules/.bin/vue-cli-service build --watch
What is expected?
Same dist-folder directory structure.
What is actually happening?
The directory structure of dist-folder is different.
With:
vue-cli-service build
With:
vue-cli-service build --watch
With:
vue-cli-service build --watch --mode production
Correct but on local I need mode
development
. This is not a solution.Further infos: #1317 (comment)
The text was updated successfully, but these errors were encountered: