solid-js with Deno
I was wondering if it was possible to use solid-js with Deno natively without something like esbuild. This is possible with react (with no config):
Currently my
and my code looks like
but when I run it I get
Currently my
deno.json looks likes:and my code looks like
but when I run it I get
