solidjs icon indicating copy to clipboard operation
solidjs copied to clipboard

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

Open sudoaugustin opened this issue 1 year ago • 0 comments

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

sudoaugustin avatar Dec 04 '23 16:12 sudoaugustin