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

fix: Remove sku prefix from Loadable Components import #355

Closed
wants to merge 7 commits into from

Conversation

michaeltaranto
Copy link
Contributor

BREAKING CHANGE: Loadable Components import is no longer prefixed with sku/, see v9 Migration guide.

Migration Guide

Dynamic imports using @loadable

If your application features code splitting, you will need to update your Loadable Components imports to remove the sku/ prefix. For example:

-import loadable from 'sku/@loadable/component';
+import loadable from '@loadable/component';

Braid Design System consumers

If you are consuming braid-design-system, you will need to ensure that you are on v0.0.63 or newer as it depends on this release.

@michaeltaranto michaeltaranto requested a review from a team as a code owner May 8, 2019 04:28
@michaeltaranto
Copy link
Contributor Author

Closing this PR as we are changing our approach a little. May not require a breaking version. Stay tuned.

@shavo007 shavo007 mentioned this pull request May 30, 2019
@askoufis askoufis deleted the package-aliases branch June 23, 2023 04:00
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.

None yet

2 participants