Was messing around with preact compat in fresh and ran into this. This actually just doesn't work with any module I've tested so far.
It seems to rewrite
https://esm.sh/[any-module]?external=react,react-dom,react/jsx-runtime
to
https://esm.sh/[any-module]@[version]/jsx-runtime?external=react,react-dom,react
which is blatantly wrong
Was messing around with preact compat in fresh and ran into this. This actually just doesn't work with any module I've tested so far.
It seems to rewrite
to
which is blatantly wrong