Skip to content

Latest commit

 

History

History

webpack4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.