You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not affect function afaict; however, these are just sample projects I created for filing issue. Real project with other deps (+kysely, +aws-*) results an warnings throwing up all over my screen, which is very unsettling and not something I'd be OK taking an app into production with.
There is also a single warning for virgin project using recommended starter command:
node_modules/solid-start/islands/A.tsx (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/solid-start/islands/A.tsx" was ignored.
Expected behavior 🤔
Builds clean
Steps to reproduce 🕹
Steps:
Clone project links provided and build using bun run build
Observe output of solid v. qwik build (both use Vite)
Update. I was able to clean-up the warnings by adding ssr.extenal entries to my vite.config.ts (see below). Not clear to me why same is not needed for qwik build (I even matched-up vite versions, and configs modulo respective solid & qwik plug-ins) so must be getting handled automagically somehow by qwik build.
Now there is just the node_modules/solid-start/islands/A.tsx (1:0) Module level directives cause errors when bundled, "use client" in "node_modules/solid-start/islands/A.tsx" was ignored. warning, which I assume is known issue since happens with clean setup using bunx create-solid.
Yeah.. it is known. This behavior is just Vite behavior. It's possible Qwik already has redis in an ignore list but this is on the Vite side in terms of resolution.
In setting up for SolidStart's next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed by mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See #1139 for more details.
Duplicates
Latest version
Current behavior 😯
I'm seeing a flood of circular dependency warnings when building solid-start project. For example:
This does not appear to be a Vite issue as I can build similar for Qwik, which builds cleanly:
https://github.com/rolanday/solid-app-circular-dep-issue <== (build warnings)
https://github.com/rolanday/qwik-app-circular-dep-issue <== (builds clean)
Does not affect function afaict; however, these are just sample projects I created for filing issue. Real project with other deps (+kysely, +aws-*) results an warnings throwing up all over my screen, which is very unsettling and not something I'd be OK taking an app into production with.
There is also a single warning for virgin project using recommended starter command:
Expected behavior 🤔
Builds clean
Steps to reproduce 🕹
Steps:
bun run build
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: