Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Bug with React Scripts #23

@TimoPurzner

Description

@TimoPurzner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions