bundle js for browser using deno #14962
elycheikhsmail
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deno has a lot good things
deno cli for running, linting, ...our code
deno std lib with no extrernal deps reviewed by deno team makes dev more productive
deno deploy for making easy to deploy our ts-deno web apps
but one thing still missing: I think deno must be more openied about how to bendle js for the web. I know there are many existing modules and tools to do so like packup but as you know bundling js for browser is very complicate ( loader for css, images, and other extension, minify js, treeshaking ...) we need some templates as quick starts and my view we needed some kind of x/bendle_for_browser it may use some others js modules but making bundling js for browser more easier and more configurable and may be some fronted project templates.
I read some content of this issue #11073
about deno bundle.
Beta Was this translation helpful? Give feedback.
All reactions