React Cosmos rspack plugin

October 7, 2025 ยท View on GitHub

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"
   }
 }