Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 428 Bytes

File metadata and controls

11 lines (7 loc) · 428 Bytes

storybook-addon-swc webpack4 example

This is a minimal project to try out the storybook-addon-swc add-on.

Usage

You must first run yarn install to install the dependencies.
When the install command is executed, components are automatically created under the generated folder.

Builds using swc can be done with the yarn build:swc command.
Conventional builds without swc can be done with the yarn build command.