-
-
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 --mode produce different directory structure #4215
Comments
Similar issue: #3613 |
add 'NODE_ENV=production' to .env.staging |
Same problem again. my vue.config
running |
it doesn't work for library target, it still putting all the js file directly in the |
Version
3.8.4
Reproduction link
https://codesandbox.io/s/vue-cli-n3let
Environment info
Steps to reproduce
yarn build-dev
What is expected?
Producing
dist
folder withjs
folder inside of it.What is actually happening?
Produced
dist
folder with.js
files inside of it. (JS files are ending up indist
folder instead ofdist/js
.Adding flag
--mode
with any values produces same result (i.e.vue-cli-service build --mode staging
).The text was updated successfully, but these errors were encountered: