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
@bmeck Stage 3 is, not every codebase is using transpilers and edge features. I don't want to dig into that discussion, just explained why some codebases aren't migrated yet while could benefit from this plugin.
import
for dynamic imports is currently not stable, and so many codebases still use the old one for code splitting, namely AMD-style require:Currently all these cases cause webpack-common-shake to bail out even though they're likely optimizable in the same way.
The text was updated successfully, but these errors were encountered: