-
Notifications
You must be signed in to change notification settings - Fork 32
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
Bug with React Scripts #23
Comments
I'm also using yarn, so I got to solve this by adding the following to "resolutions": {
"docz*/**/babel-loader": "8.0.5"
}, Not the prettiest solution, but works as a workaround. |
the same happens with:
With that I added another line:
|
is there a workaround for npm? |
@lumcory should work with npm too. Did not test it jet |
If I add this with
yarn add docz-plugin-css --dev
I get the error:
and my App wont start anymore…
so if I take a look with
npm ls babel-loader
I see the docz AND the docz-plugin-css uses [email protected] but the error appers only after adding the css plugin
The text was updated successfully, but these errors were encountered: