fresh
fresh copied to clipboard
NPM specifier support in Fresh
To support NPM specifiers in Fresh, we need to support them in esbuild_deno_loader first: https://github.com/lucacasonato/esbuild_deno_loader/issues/29
Also Deno Deploy support is still pending.
https://github.com/lucacasonato/esbuild_deno_loader/pull/33
https://github.com/lucacasonato/esbuild_deno_loader/pull/40
https://deno.com/blog/npm-on-deno-deploy 🔥
should this be closed?
I think the new release includes this fix: https://github.com/denoland/fresh/pull/1841 so maybe after the new release ¿?
Basic npm:
support works in Fresh, but to make peer dependencies work, we're blocked by https://github.com/denoland/deno/issues/20868 . Leaving the issue open until that is resolved.