In my project I have multiple packages adding static files to it from different places.
Besides my own files at /public I have, for example, semantic-ui adding fonts and icons from a different location. With Storybook I can only serve one of them by pointing to a single location.
Can we change the --static-dir [dir-name] option to accept multiple folders instead of just one ?
In my project I have multiple packages adding static files to it from different places.
Besides my own files at
/publicI have, for example, semantic-ui adding fonts and icons from a different location. With Storybook I can only serve one of them by pointing to a single location.Can we change the
--static-dir [dir-name]option to accept multiple folders instead of just one ?