Join Nostr
2025-02-13 17:05:49 UTC

Deno on Nostr: Are you still using npm transpile services like esm.sh and unpkg.com? ❌ dependency ...

Are you still using npm transpile services like esm.sh and unpkg.com?
❌ dependency deduplication
❌ install hooks and native add-ons
❌ loading data files

Here's why we recommend importing npm packages natively via npm specifiers 👇

https://deno.com/blog/not-using-npm-specifiers-doing-it-wrong

#deno #nodejs #npm #javascript #typescript #webdev