hydrateio / docz-plugin-storybook

Docz plugin that makes migrating from Storybook a breeze.
76 stars 1 forks source link

Add support for staticDir in production builds #21

Closed transitive-bullshit closed 5 years ago

transitive-bullshit commented 5 years ago

Possibly just copy over the contents of staticDir if env is production and the user has configured the plugin with a valid staticDir.

transitive-bullshit commented 5 years ago

staticDir should be of type string | string[] instead of just string

transitive-bullshit commented 5 years ago

Should look very similar to https://github.com/storybooks/storybook/blob/v3.3.9/app/react/src/server/build.js#L61-L70