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

NextJS: Add @babel/core as a dependency #22450

Merged
merged 8 commits into from
Jul 26, 2023

Commits on Jun 19, 2023

  1. Add @babel/core as a dependency in Nextjs framework

    @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.
    valentinpalkovic committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    dc2294d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    03e4107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0d95c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    c6a446f View commit details
    Browse the repository at this point in the history
  2. fix lockfile

    ndelangen committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    493c3d3 View commit details
    Browse the repository at this point in the history
  3. lockfile fix

    ndelangen committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6de1714 View commit details
    Browse the repository at this point in the history
  4. linting

    ndelangen committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8862552 View commit details
    Browse the repository at this point in the history
  5. fix linting

    ndelangen committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1e90354 View commit details
    Browse the repository at this point in the history