mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 03:48:31 +02:00
🎉 Add Storybook to the project
This commit is contained in:
parent
7a33817c22
commit
ebd6cdfe29
15 changed files with 6065 additions and 165 deletions
|
@ -53,9 +53,23 @@
|
|||
:anon-fn-naming-policy :off
|
||||
:source-map-detail-level :all}}}
|
||||
|
||||
:lib-penpot
|
||||
:storybook
|
||||
{:target :esm
|
||||
:output-dir "resources/public/libs"
|
||||
:output-dir "target/storybook/"
|
||||
:modules
|
||||
{:design-system {:exports {default app.main.ui.components.design-system/default} }}
|
||||
|
||||
:js-options
|
||||
{:js-provider :import}
|
||||
|
||||
:compiler-options
|
||||
{:output-feature-set :es2020
|
||||
:output-wrapper false
|
||||
:warnings {:fn-deprecated false}}}
|
||||
|
||||
:lib-penpot
|
||||
{:target :esm
|
||||
:output-dir "resources/public/libs"
|
||||
|
||||
:modules
|
||||
{:penpot {:exports {:renderPage app.libs.render/render-page-export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue