-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
NextJS: Add @babel/core
as a dependency
#22450
Conversation
8cb40a4
to
f9d75f3
Compare
Overall this looks good, but there's a failure in CI:
|
793f13a
to
34f43ac
Compare
@babel/core is not installed per default in Next.js anymore, because Next.js might not use webpack + babel, but turbopack and swc instead. Storybook though still relies on @babel/core for several transformations.
34f43ac
to
dc2294d
Compare
@yannbf Can you take another look? |
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @angular-devkit/build-angular@16.1.4, @angular/animations@16.1.5, @angular/compiler@16.1.5, @angular/compiler-cli@16.1.5, @angular/forms@16.1.5, @angular/platform-browser@16.1.5, @angular/platform-browser-dynamic@16.1.5, @sveltejs/vite-plugin-svelte@2.4.2, @swc/jest@0.2.26, vue-docgen-api@4.73.0 |
@babel/core
as a dependency
@babel/core
as a dependency@babel/core
as a dependency
Closes (Discord Support Ticket: https://discord.com/channels/486522875931656193/1102628762161512459)
What I did
@babel/core is not installed per default in Next.js anymore, because Next.js might not use webpack + babel, but turbopack and swc instead. Storybook though still relies on @babel/core for several transformations.
How to test
Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]