Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use
core-js@3
for storybook build
- Loading branch information
4f33618
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is implying that users have to use corejs3 regardless of nuxt version. Since maybe should also update docs to clarify? (since default installed version is still
2
)4f33618
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just hit this problem - is it really necessary to make the user install this? Why not install it automatically?
4f33618
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change for nuxt2 unfortunately 🙁 However we may use corejs3 by default with CNA or mentioning in storybook docs
4f33618
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it required for users to add
core-js@3
?core-js@3
is a direct dependency on@storybook/vue
.