Skip to content

Improve build logging and bundle analysis #390

@maier49

Description

@maier49

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions