Closed lxsmnsyc closed 1 year ago
Also needs E2E testing specially on Vite and Rollup
Known issues (checked = solved):
createProxy
and dev warning affected)createProxy
to wrap components if running on Parcel, but I'm not sure if this is good enough, since this would fail.@babel/generator
behaves differently between esm
and cjs
formats (https://github.com/babel/babel/issues/15269)vite-plugin-solid
uses outdated file pathsDue to some issues with Parcel, I decided to just drop its support. Users still using Parcel should use the current version (0.4.x) of SolidJS
Thank you Alexis.
standard
,esm
,vite
andwebpack5
export default
componentsexports
map (breaks vite-plugin-solid)location
and solid-refresh naming scheme for solid-devtools (cc @thetarnav)solves #33, #24, #15, #9