still issue with no build version #4840
-
Struggling here with the no build version Here is my index,html
here is my main.js
What am i doing woring |
Beta Was this translation helpful? Give feedback.
Answered by
rschristian
Jul 11, 2025
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rschristian
-
You saved me! kudos for your amazing support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
don't use
/router
in your imports frompreact-iso
. This is deprecated & unnecessary.you must append
?external=preact
to every URL for a package that depends on Preact -- you're missing this forpreact-iso
.