vue-cli-service build --report
See original GitHub issueWhat problem does this feature solve?
There doesn’t currently seem to be a way to generate a detailed build report, e.g. with webpack-bundle-analyzer.
What does the proposed API look like?
I think it’d be ideal if vue-cli-service build --report
did that.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:42
- Comments:11 (6 by maintainers)
Top Results From Across the Web
CLI Service - Vue CLI
--report and --report-json will generate reports based on your build stats that can help you analyze the size of the modules included in...
Read more >"vue-cli-service build --report" does NOT generated ... - GitHub
but yarn run vue-cli-service build --target lib --report doesn't generate report.html file anywhere. What is expected? report.html file will be ...
Read more >How to stop vue cli building the "report.html"? - Stack Overflow
So far the only way I found to disable it is via vue.config.js : pluginOptions: { webpackBundleAnalyzer: { analyzerMode: "disabled" } },.
Read more >[Solved]-How to stop vue cli building the "report.html"?-Vue.js
I'd like to share some updates as of Vue CLI 3.8.4: Vue CLI. webpack-bundle-analyzer is a dependency of @vue/cli-service@^3.9.0; By the default, ...
Read more >Vue-cli basics - Zean Qin
vue -cli-service build produces a production-ready bundle in the dist/ directory, with minification for JS/CSS/HTML and auto vendor chunk splitting for better ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The plan for the first release of cli-ui is to have a custom view for
serve
andbuild
with respectively the equivalent of webpack dashboard and webpack analyzer.Closed via 272ef5e2