You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This largely means that all the packages should be esm and usable via cdns like https://esm.sh.
We shouldn't rely on transforms that involve babel or custom typescript loaders.
finally, since we're writing esm deployment shouldn't require any use of webpack/vite/parcel. The deno ecosystem already has tools that handle this unlikely scenario.
This discussion was converted from issue #224 on June 29, 2023 01:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This largely means that all the packages should be
esm
and usable via cdns like https://esm.sh.We shouldn't rely on transforms that involve babel or custom typescript loaders.
finally, since we're writing
esm
deployment shouldn't require any use of webpack/vite/parcel. The deno ecosystem already has tools that handle this unlikely scenario.Beta Was this translation helpful? Give feedback.
All reactions