You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix:
src/lib/babel has a dead_code removal function, which does not detect Module.SubModule after it removed Module.
This is a bug if a @magic-modules is installed and then not used in the pages.
fix: only parse the used and unused tags in dead_code, pass them back, then remove them in one step, together with CHECK_PROPS.
this will also allow removal of actions, effects, subscriptions, libraries and other dead code that the default dead code elimination and treeshaking can not detect.
The text was updated successfully, but these errors were encountered:
Fix:
src/lib/babel has a dead_code removal function, which does not detect Module.SubModule after it removed Module.
This is a bug if a @magic-modules is installed and then not used in the pages.
fix: only parse the used and unused tags in dead_code, pass them back, then remove them in one step, together with CHECK_PROPS.
this will also allow removal of actions, effects, subscriptions, libraries and other dead code that the default dead code elimination and treeshaking can not detect.
The text was updated successfully, but these errors were encountered: