1.0.0 • Published 12 months ago

react-cosmos-plugin-rspack v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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

12 months ago

0.5.0

12 months ago

0.4.0

12 months ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago