Open
Description
If I add this with
yarn add docz-plugin-css --dev
I get the error:
The react-scripts package provided by Create React App requires a dependency:
"babel-loader": "8.0.5"
and my App wont start anymore…
so if I take a look with npm ls babel-loader
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected] deduped
└─┬ [email protected]
└── [email protected]
I see the docz AND the docz-plugin-css uses [email protected] but the error appers only after adding the css plugin
Metadata
Assignees
Labels
No labels