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
├─┬ docz@1.2.0
│ └─┬ docz-core@1.2.0
│ └── babel-loader@8.0.6
├─┬ docz-plugin-css@0.11.0
│ └─┬ docz-core@0.11.2
│ └── babel-loader@8.0.6 deduped
└─┬ react-scripts@3.0.1
└── babel-loader@8.0.5
I see the docz AND the docz-plugin-css uses babel-loader@8.0.6 but the error appers only after adding the css plugin
Metadata
Metadata
Assignees
Labels
No labels