-
Notifications
You must be signed in to change notification settings - Fork 28
fix(build-stats): esbuild and webpack stats under build-stats dir #595
Conversation
this could be considered a breaking change as many teams rely on these files for bundle analyzers |
i'm not sure that would be considered breaking. there is no change required to build the module and the assets created are dynamic. It does not impact any feature are alter requirements to run. Im happy to be wrong though |
the fact that |
One other consideration is that currently these files are included in Given that, the same issue came up with the move to use esbuild. |
The filenames have not changed just the location so the |
This does not affect the functionality or deployable build artifact so I don't consider it a breaking change. I can see it being considered an annoyance for anyone who has integrated bundle analysis into their pipelines. |
Oh, that's awesome. Just tested this and yep. Don't even need to ignore the .build-stats dir. |
e47500d
Provide a general summary of your changes in the Title above.
Description
Describe your changes in detail
This relocates all webpack and esbuild stat files under a
.build-stats
directory.Addressing #592
This project only accepts pull requests related to open issues.
If suggesting a new feature or change, please discuss it in an issue first.
Motivation
Why is this change required? What issue does it resolve?
See issue #592
Test Conditions
Describe in detail how the changes are tested.
Include details of your testing environment, and the tests you ran to.
How does your change affect the rest of the code.
Types of changes
Check boxes that apply:
Checklist
Check boxes that apply: