solidjs icon indicating copy to clipboard operation
solidjs copied to clipboard

[Bug] Not possible to build storybook

Open MRJCrunch opened this issue 1 year ago • 1 comments
trafficstars

Describe the bug

It is not possible to build storybook with storybook build command because of files that can not be resolved.

Files Button, Header, Page have import of .css files that don't exist https://github.com/storybookjs/solidjs/blob/main/packages/renderers/solid/template/cli/ts/Button.tsx#L2

MRJCrunch avatar Jan 26 '24 12:01 MRJCrunch

I'm also seeing this with css modules

onx2 avatar Jul 01 '24 14:07 onx2