question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vue-cli-service build --report

See original GitHub issue

What 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:closed
  • Created 6 years ago
  • Reactions:42
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

10reactions
Akryumcommented, Mar 19, 2018

The plan for the first release of cli-ui is to have a custom view for serve and build with respectively the equivalent of webpack dashboard and webpack analyzer.

2reactions
yyx990803commented, Jun 13, 2018

Closed via 272ef5e2

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found