Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
framework-3.0.6
-
None
Description
As part of an optimization to avoid unnecessarily verifying the package space of already resolved bundles, the resolver is also not verifying the package space of bundles performing a dynamic import. The resolver assumes all resolved bundles are consistent, which includes dynamically importing bundles. However, since we are adding an import to the package space of the dynamically importing bundle, we need to special case that situation and re-verify its package space consistency.