Open
Description
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
