You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2023. It is now read-only.
- See [popular integrations](#integration-with-popular-tools) (e.g. CRA or Next.js)
154
154
- Extend your [config](#config)
155
-
- Be kind and [report what went wrong](https://github.com/react-cosmos/react-cosmos/issues)
155
+
- Be kind and [report what went wrong](https://github.com/react-cosmos/react-cosmos-classic/issues)
156
156
157
157
### Fixtures
158
158
@@ -897,7 +897,7 @@ _What proxy would you create to improve DX?_
897
897
898
898
#### Create React App
899
899
900
-
Add `react-cosmos` to dev dependencies and create `cosmos.config.js`.
900
+
Add `react-cosmos-classic` to dev dependencies and create `cosmos.config.js`.
901
901
902
902
```js
903
903
// cosmos.config.js
@@ -917,7 +917,7 @@ If you are using the `NODE_PATH` environment variable for absolute imports, make
917
917
```js
918
918
// package.json
919
919
"scripts": {
920
-
"cosmos":"NODE_PATH=./src cosmos"
920
+
"cosmos":"NODE_PATH=./src cosmos-classic"
921
921
}
922
922
```
923
923
@@ -953,7 +953,7 @@ The solution is to put an empty `.nojekyll` file in your `/public/` folder. This
953
953
954
954
#### Next.js
955
955
956
-
Add `react-cosmos` to dev dependencies and create `cosmos.config.js`.
956
+
Add `react-cosmos-classic` to dev dependencies and create `cosmos.config.js`.
957
957
958
958
> Next.js apps run on both client & server, so compilation is done via Babel plugins instead of webpack loaders. This means we can rely on Cosmos' default webpack config.
0 commit comments