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: update babel targets to support Storybook 7.0 #3

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented Aug 10, 2022

Storybook 7 changed its targets to modern browsers so it does not contain polyfills like runtimeGenerator etc.
The addon now has to account for that in order to work properly in Storybook 7.0

Breaking changes:
CJS targets node 14
ESM now targets modern browsers (chrome 100)

Storybook 7 changed its targets to modern browsers so it does not contain polyfills like runtimeGenerator etc.
The addon now has to account for that in order to work properly in Storybook 7.0
@yannbf yannbf added the patch Increment the patch version when merged label Aug 10, 2022
@yannbf yannbf merged commit 1508e5e into main Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant