0.1.0 • Published 10 months ago

@gitamar/storybook-builder-rspack v0.1.0

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

@gitamar/storybook-builder-rspack

This library is a storybook framework that uses Rspack and React.

Builder implemented with Rspack and Rspack-compatible loaders/plugins/config, used by @storybook/core-server to build the preview iframe.

Usage

npm install @gitamar/storybook-builder-rspack

then add it to your storybook config .storybook/main.js:

export default {
  core: {
    builder: '@gitamar/storybook-builder-rspack',
  },
};