Skip to content

chore: Correct stats generation in webpack 5#452

Open
sergiocarracedo wants to merge 1 commit intowebpack:masterfrom
sergiocarracedo:chore/correct-stats-generation-webpack-5
Open

chore: Correct stats generation in webpack 5#452
sergiocarracedo wants to merge 1 commit intowebpack:masterfrom
sergiocarracedo:chore/correct-stats-generation-webpack-5

Conversation

@sergiocarracedo
Copy link
Copy Markdown

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

The stats generation via buildModuleMap uses module.id which doesn't exist in webpack 5 returning just the last module (as the key of the map is always undefined)

Breaking Changes

NONE: Still prioritizing module.id, if it is not defined fallback the value to index or identifier

Additional Info

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Aug 8, 2024

CLA Signed

  • ✅login: sergiocarracedo / (8934430)

The committers listed above are authorized under a signed CLA.

@alexander-akait
Copy link
Copy Markdown
Member

Can you accept CLA?

@sergiocarracedo sergiocarracedo force-pushed the chore/correct-stats-generation-webpack-5 branch from 2eb9ed5 to 8934430 Compare August 8, 2024 20:30
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.

2 participants