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
There is awesome tsup in nodejs ecosystem have handy preset, which auto exclude all founded packageJson.XXXdependency.
Maybe can do something in deno.
$ cd /path/to/foo/
# this will work like current bundle# things like `https://esm.sh/xxx' are included
$ deno bundle --all
# this only bundle file path start with /path/to/foo/# things like `https://esm.sh/xxx' are excluded
$ deno bundle --dev
For my use case, bundle with all dependencies are not that offen.
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
-
Related
#16150
There is awesome
tsup
in nodejs ecosystem have handy preset, which auto exclude all foundedpackageJson.XXXdependency.
Maybe can do something in deno.
For my use case, bundle with all dependencies are not that offen.
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions