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

❄️: properly exclude modules in freezer #1645

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

merryman
Copy link
Member

Previously the exclusion mechanism would mostly just declare excluded modules as externs, which would not really shim the missing exports. This new mechanism just returns empty source strings for excluded modules, which leverages the module shimming in rollup.js

Previously the exclusion mechanism would mostly just declare excluded modules as externs, which would not really shim the missing exports. This new mechanism just returns empty source strings for excluded modules, which leverages the module shimming in rollup.js
@merryman merryman requested a review from linusha July 29, 2024 11:58
@linusha linusha merged commit 8cba057 into main Jul 29, 2024
4 checks passed
@linusha linusha deleted the fix/freezer-module-exclusion branch July 29, 2024 12:52
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