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

Use asset manifest to read bundle sizes #355

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

Ferrus91
Copy link

Description

A request to add a config option to read and use asset manifest file instead of a file glob pattern.

Motivation and Context

With react create apps and other such programs it can be difficult to know before hand what your file structure is, and in any case webpack can change it requiring the globs to change.

This is a simple solution to allow a config option to read a assets-manifest, so that it then goes and reads through that manifest and performs bundle size calculattions on them all

This is related to this open issue: #309

Screenshots (if appropriate):

Types of changes

  • New feature (non-breaking change which adds functionality)

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

Successfully merging this pull request may close these issues.

None yet

1 participant