0.1.0 • Published 10 months ago
@gitamar/storybook-framework-react-rspack v0.1.0
@gitamar/storybook-framework-react-rspack
This library is a storybook framework
that uses Rspack and React.
to use this first install the package:
npm install @gitamar/storybook-framework-react-rspack
then add it to your storybook config .storybook/main.js
:
module.exports = {
// ...
framework: '@gitamar/storybook-framework-react-rspack',
// ...
};