Skip to content

feat(webpack-plugin): ability to dedupe duplicated modules#2426

Open
barak007 wants to merge 6 commits intomasterfrom
barak/do-not-emit-duplicate-modules
Open

feat(webpack-plugin): ability to dedupe duplicated modules#2426
barak007 wants to merge 6 commits intomasterfrom
barak/do-not-emit-duplicate-modules

Conversation

@barak007
Copy link

@barak007 barak007 commented Apr 4, 2022

No description provided.

@barak007 barak007 changed the title added ability to dedupe duplicated modules feat: ability to dedupe duplicated modules Apr 4, 2022
) {
const stylableBuildData = getStylableBuildData(this.stylableModules, module);
if (!stylableBuildData.isUsed) {
if (!stylableBuildData.isUsed || stylableBuildData.isDuplicate) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the injection of our runtime functions

@tomrav tomrav changed the title feat: ability to dedupe duplicated modules feat(webpack-plugin): ability to dedupe duplicated modules Jun 29, 2022
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