1.0.0 • Published 10 months ago

react-cosmos-plugin-rspack v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

React Cosmos rspack plugin

Allows building / running React Cosmos using rspack.

Installation

Install the package:

npm install -D react-cosmos-plugin-rspack

Add the plugin to your cosmos.config.json, e.g.:

 {
   "$schema": "http://json.schemastore.org/cosmos-config",
+  "plugins": ["react-cosmos-plugin-rspack"],
   "dom": {
     "containerQuerySelector": "#container"
   }
 }

Developing

The easiest way to develop is using yalc.

Install it globally and then from this repo do:

yalc publish

Then in your project that is using React Cosmos run:

yalc add react-cosmos-plugin-rspack
1.0.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

11 months ago

0.0.1

12 months ago