We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-beta.16
https://github.com/yangmingshan/vue-cli-issue
dist folder is organized
dist folder is messy
baseUrl is a CDN address in vue.config.js
baseUrl
vue.config.js
The text was updated successfully, but these errors were encountered:
I think I reproduce this issue:
If I define a vue.config.js (even with just a baseUrl config), then the files are directly in the dist folder, instead of in dist/js and dist/css:
dist/chunk-vendors.d99df5b7.js 1103.67 kb 344.56 kb dist/app.39f1f482.js 11.36 kb 4.65 kb dist/chunk-vendors.b8827354.css 277.19 kb 32.52 kb dist/app.7335e73a.css 0.07 kb 0.09 kb
Sorry, something went wrong.
looks like issue is coming from this code:
https://github.com/vuejs/vue-cli/blob/dev/packages/%40vue/cli-service/lib/util/getAssetPath.js#L4
1195aee
No branches or pull requests
Version
3.0.0-beta.16
Reproduction link
https://github.com/yangmingshan/vue-cli-issue
Steps to reproduce
What is expected?
dist folder is organized
What is actually happening?
dist folder is messy
baseUrl
is a CDN address invue.config.js
The text was updated successfully, but these errors were encountered: