react-cosmos-plugin-rspack 1.0.3 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,19 +22,3 @@ Add the plugin to your `cosmos.config.json`, e.g.:
22
22
  }
23
23
  }
24
24
  ```
25
-
26
- ## Developing
27
-
28
- The easiest way to develop is using [`yalc`](https://github.com/wclr/yalc).
29
-
30
- Install it globally and then from this repo do:
31
-
32
- ```
33
- yalc publish
34
- ```
35
-
36
- Then in your project that is using React Cosmos run:
37
-
38
- ```
39
- yalc add react-cosmos-plugin-rspack
40
- ```