denoland/fresh

NPM specifier support in Fresh

lucacasonato opened this issue ยท 6 comments

To support NPM specifiers in Fresh, we need to support them in esbuild_deno_loader first: lucacasonato/esbuild_deno_loader#29

Also Deno Deploy support is still pending.

should this be closed?

I think the new release includes this fix: #1841 so maybe after the new release ยฟ?

Basic npm: support works in Fresh, but to make peer dependencies work, we're blocked by denoland/deno#20868 . Leaving the issue open until that is resolved.