Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: generalize webpack direct E2E chunk size testing
Updates to `webpack` or any of the used Webpack plugins can cause output chunk identifiers to change. The `packages/webpack/test-app` E2E test previously hard coded these file name identifiers into the test which can cause unexpected test failures when packages are updated. To remedy this situation, the output file contents are now checked to discover any files. (cherry picked from commit 5759cde)
- Loading branch information