What is the difference between importing "preact" via esm.sh or npm:...?
What is the difference between importing "preact" via esm.sh or npm:...?
"preact": "https://esm.sh/preact@10.19.2",
or
"preact": "npm:preact@10.19.2",
Seems like both work, but which one is preferable these days?
"preact": "https://esm.sh/preact@10.19.2",
or
"preact": "npm:preact@10.19.2",
Seems like both work, but which one is preferable these days?
