sensiolabs / StorybookBundle

MIT License
41 stars 5 forks source link

Allow static build #8

Closed squrious closed 7 months ago

squrious commented 8 months ago

Currently, the generation of the main preview is done in dev-only webpack hooks. So static build doesn't work at all.

The PreviewPlugin should handle both envs, or another plugin should be added and used depending on the env.

squrious commented 7 months ago

Fixed in #9