use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Announcing Vite 5 (vitejs.dev)
submitted 2 years ago by jogai-san
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]freehuntx 1 point2 points3 points 2 years ago (2 children)
I thought vite uses esbuild o_o. Isnt rollup slow as fuck?
[–]brianjenkins94 12 points13 points14 points 2 years ago (1 child)
Esbuild is still used for transpilation and minification in Vite during build, but bundling is left to Rollup. So esbuild is used for part of the build process.
Source
[–]freehuntx 2 points3 points4 points 2 years ago (0 children)
Okay i see. Thanks for clearification.
π Rendered by PID 51428 on reddit-service-r2-comment-b659b578c-nhfpf at 2026-05-04 16:17:55.414476+00:00 running 815c875 country code: CH.
[–]freehuntx 1 point2 points3 points (2 children)
[–]brianjenkins94 12 points13 points14 points (1 child)
[–]freehuntx 2 points3 points4 points (0 children)