Skip to content
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

Improve build logging and bundle analysis #390

Open
12 tasks
maier49 opened this issue Apr 22, 2020 · 1 comment
Open
12 tasks

Improve build logging and bundle analysis #390

maier49 opened this issue Apr 22, 2020 · 1 comment
Labels

Comments

@maier49
Copy link
Contributor

maier49 commented Apr 22, 2020

Currently our build logging output is insufficient to provide users with any real insight into their bundle sizes or application performance. Similarly, the build logging is decoupled from our bundle analysis, which itself has inconsistent behavior and doesn't make it easy to discover the causes of bundle size.

Overall we want to improve our build logging and build out a "dashboard" style summary of the build

Possible CLI Logging Improvements

Build report/dashboard

The linked report should be an improved version of what our current bundle analysis tool provides that (potentially):

  • Shows app dependencies
  • Provides basic build information like that presented from the CLI
  • Links to a visualization of the build's output like that created by the existing BundleAnalyzerPlugin
  • Shows an interactive, informative view of the App's .dojorc configuration
@samends
Copy link

samends commented Sep 25, 2020

Think some of these suggestions can be taken into account as well: #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants