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

Storybook steps on babel-loader version needed by react-scripts #13395

Closed
AskAlice opened this issue Dec 7, 2020 · 1 comment
Closed

Storybook steps on babel-loader version needed by react-scripts #13395

AskAlice opened this issue Dec 7, 2020 · 1 comment
Labels
bug cra Prioritize create-react-app compatibility dependencies duplicate

Comments

@AskAlice
Copy link

AskAlice commented Dec 7, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

"dependencies": {
    "@storybook/react": "^6.1.10",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
}

npm run start

The react-scripts package provided by Create React App requires a dependency:
  "babel-loader": "8.1.0"

npm ls babel-loader

+-- @storybook/react@6.1.10
| `-- @storybook/core@6.1.10
|   `-- babel-loader@8.2.2
`-- react-scripts@4.0.1
  `-- babel-loader@8.1.0

Expected behavior
A clear and concise description of what you expected to happen.
babel loader version matches react-scripts v4.0.1

Screenshots
If applicable, add screenshots to help explain your problem.

Code snippets
If applicable, add code samples to help explain your problem.

System
Please paste the results of npx sb@next info here.

Additional context
Add any other context about the problem here.

@shilman shilman added cra Prioritize create-react-app compatibility dependencies bug duplicate labels Dec 7, 2020
@shilman
Copy link
Member

shilman commented Dec 7, 2020

closing as duplicate to #4764

@shilman shilman closed this as completed Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cra Prioritize create-react-app compatibility dependencies duplicate
Projects
None yet
Development

No branches or pull requests

2 participants