storybookjs / solidjs

SolidJS integration for Storybook, maintained by the community
MIT License
44 stars 2 forks source link

Add `vite-plugin-solid` as a peerDependencies for frameworks/solid-vite #4

Open sudoaugustin opened 8 months ago

sudoaugustin commented 8 months ago

Describe the bug

U have imported vite-plugin-solid on runtime here. But in the package.json file u have specified it only as a devDependencies. So when we install your package via npm, vite-plugin-solid (which require on production) wasn't been installed by npm since it's only marked as dev dependency.

Screenshots and/or logs

Screenshot 2023-12-04 at 11 06 59 PM