#esbuild search results
🛠️ The new upcoming #Angular "application" builder based on #esbuild is great! This weekend I have managed to migrate my main project @omniboard_dev to use @angular-devkit/build-angular:application and the results have been amazing... ~39% faster builds! 1/2
First time its worked end to end. My runtime has been integrated into #esbuild - didnt even need import maps.
Thrilled that my first PR for @CloudflareDev's wrangler just landed and is out in v4.15.0! 🎉 This PR introduces a new `--metafile` flag to the wrangler CLI. This outputs #esbuild's metafile, which can then be used to analyze your Cloudflare Worker's bundle size... [1/3]
Working on some bundling optimizations for @bitdev_ cli bundle, using #esbuild There is more way to go, but the value is promising
TAIAN-INC / oiwaii-ma just merged a PR to use #esbuild instead of #webpack. ⚡️ 115.79× faster Frontend build ⚡ 2.42× faster production build ( include rails compile) ⚡ 22.9% less memory usage
While working on my app, I ran into an issue while building Prisma with Esbuild on my express backend, so I had to write a script to copy over the query engine. Writing scripts is fun #Prisma #esbuild
Been working with #esbuild a bit more, and really great to see how easy it is to integrate the warnings and errors into #vscode. Not plugins, no extensions needed. Just a simple 'tasks.json' and a 'ProblemMatcher' and it just works. 💪
TIL the #Angular CLI sets #esbuild up to transform native spread operations for performance reasons. CLI Source: github.com/angular/angula… V8 issue: issues.chromium.org/issues/42201529 Esbuild repro: esbuild.github.io/try/#YgAwLjIwL…
📢 Throwback to @enea_jahollari's session on 'Angular Unchained' with @Dominus_Kelvin! 🎥 Missed it? Catch up now: youtube.com/watch?v=gyTQ1r… ➡️ Unpack #Angular features like the #ESBuild-based dev server ➡️ Discover signals, hydrations ...and more!
1/5 🚀 #Angular v17 viene con 3 builders: #Webpack, #ESBuild y Application: optimizado para server-side rendering. ¿Cuál elegir? Vamos a verlo 👇
Login example , shadcn + esbuild + bun + Express.js #shadcn #esbuild #bun #react Git: github.com/kuc-arc-f/bun_…
📦 Bundle and serve JavaScript files with esbuild. How-To: Use esbuild for fast and efficient JavaScript bundling, reducing build times in large projects. #Esbuild #JavaScriptBundling #SmartSnippet
Stay up to date with the latest releases in the #JavaScript ecosystem. This week, we're looking at @deno_land, #esbuild, & #Jotai! Find full length #JavaScript trainings and events on our YouTube channel! youtube.com/@ThisDotMedia
#angular #esbuild github.com/angular/angula… Angular Devkit 16.0.0-next.7 comes with experimental ESBuild dev server. Try it out and give feedbacks to the team!
github.com
Release v16.0.0-next.7 · angular/angular-cli
16.0.0-next.7 (2023-04-06) @schematics/angular Commit Description add support to add service worker to standalone application add experimental message when using standalone application s...
Using #esbuild #monacoEditor and its #loader? Need to run on older versions (0.52 for ex) cause it is "provided" in your env? Here is a #workaround -> github.com/suren-atoyan/m… #javascript #codeEditor
github.com
v1.6.0 incompatible with monaco-editor below v0.53.0 · Issue #58 · suren-atoyan/monaco-loader
We're using a version of monaco-editor below v0.53.0 from a private cdn. With @monaco-editor/[email protected], the editor can't be loaded properly. The issue was introduced in 290a7b0 which cha...
Migrated swarmion.dev from @babeljs to @poorlybatched's amazing tsup powered by #esbuild Less bloated node_modules, faster bundling 🚀 Amazing work from @G_Lagrange and @GuillaumeDuboc Check out the PR to migrate your projects github.com/swarmion/swarm… 👀
Explore my latest blog post to learn how to boost your @angular app's loading speed with #esbuild! Discover how to reduce loading times by analyzing and optimizing your application bundle, with the help of the esbuild bundle visualizer. dev.to/danielsogl/ana…
dev.to
Analyzing and optimizing the esbuild Angular application bundle
In the fast-paced world of web development, Angular applications often face the challenge of slow...
Angular 16.1 adds Tailwind CSS support in Less/Sass in esbuild builder All supported stylesheet languages can now use Tailwind, including: - CSS - Less - Sass Indented - Sass SCSS The autoprefixer is also applied as needed based on browserslist!
Using #esbuild #monacoEditor and its #loader? Need to run on older versions (0.52 for ex) cause it is "provided" in your env? Here is a #workaround -> github.com/suren-atoyan/m… #javascript #codeEditor
JavaScriptを安全・確実にminify(圧縮)する方法まとめ analyzegear.co.jp/blog/3433 #esbuild #JavaScript #JS #minify #アナライズギア #analyzegear #AG
Read the full blog post here: endpointdev.com/blog/2025/08/u… #DotNet #ASPNETCore #esbuild #pnpm #WebDevelopment #AssetBundling #Sass #JavaScript
So I changed the build type on my angular app from webpack to esbuild and now the app serves an error for MIME 🤣 I haven’t check the web.config but can someone more knowledgeable about how chunking works for this 2 can tell me what’s different? @angular #esbuild #webpack
🚀 **esbuild** para JavaScript modules es *brutal*. No solo es rápido (reescribe código en segundos!), sino que maneja TypeScript, JSX y CSS out-of-the-box. Ideal para bundling & dev server. ⚡️ #javascript #esbuild #bundling #devtools [esbuild.github.io...
esbuild v0.25.7リリース。 `import defer`と`import source`をサポート、`--abs-paths=` flagを追加、特定の条件における文字列定数のinline化のサポート。 "Release v0.25.7 · evanw/esbuild" github.com/evanw/esbuild/… #esbuild #ReleaseNote
github.com
Release v0.25.7 · evanw/esbuild
Parse and print JavaScript imports with an explicit phase (#4238) This release adds basic syntax support for the defer and source import phases in JavaScript: defer This is a stage 3 proposal for...
Key Features ✅ Custom key-value replace support ✅ Remove conditional blocks based on boolean flags ✅ Environment-based builds (e.g., dev vs prod) ✅ TypeScript + zero dependency ✅ Works with #esbuild fast ⚡
🧵Introducing esbuild-plugin-conditional-replace A tiny but powerful #esbuild plugin to conditionally replace code based on your own flags or environments — all during build time! 🔧⚡ npm 👉 npmjs.com/package/esbuil… GitHub 👉 github.com/theonlyithappu… #JavaScript #WebDev
🚨 Any DI library relying on reflect-metadata is a major red flag. Modern toolchains like #esbuild and @swc_rs does not support it. It is not even a tc39 draft! 😅 If you want a modern DX with DI, check out redi. It's toolchain-agnostic and just works. github.com/wzhudev/redi
I just found that @tan_stack router has #RsPack plugin, but it's not mentioned in the docs! Take a look here: github.com/TanStack/route… There are plugins for #webpack and #esbuild! That's awesome. Such a lovely framework
TAIAN-INC / oiwaii-ma just merged a PR to use #esbuild instead of #webpack. ⚡️ 115.79× faster Frontend build ⚡ 2.42× faster production build ( include rails compile) ⚡ 22.9% less memory usage
🔍 Struggling with slow builds in a large Node.js project using Gulp? Consider profiling for bottlenecks or migrating to faster tools like esbuild. Share your insights and resources to optimize build performance! #NodeJS #Gulp #esbuild #WebDev #Performan… ift.tt/ktmsyAW
Vite 5.0 + ESBuild = 🔥 dev speed in 2025 ⚡ Instant startup 🚀 Ultra-fast HMR 🧠 Better TS/JSX support 🛠️ Zero-config DX Still on Webpack? Time to switch. Vite is the future. #Vite #ESBuild #DevTools #WebDev #Frontend2025 #React
Thrilled that my first PR for @CloudflareDev's wrangler just landed and is out in v4.15.0! 🎉 This PR introduces a new `--metafile` flag to the wrangler CLI. This outputs #esbuild's metafile, which can then be used to analyze your Cloudflare Worker's bundle size... [1/3]
🚀 Tired of slow build tools? Meet ESBuild: the lightning-fast JavaScript bundler! Speed up your dev process today. Explore it here: github.com/evanw/esbuild #JavaScript #WebDevelopment #ESBuild
#angular 14 now supports #esbuild , a super fast JavaScript Bundler, also used by ViteJS. I have tried it right now in a small Angular project (about 10 modules) and it almost halved the build time (-44%). Open "angular.json" and update it as shown in the attached image
What? 50x faster angular builds with esbuild? :O Actually, yes, 10s went under 200ms with ngc-esbuild. github.com/marcellkiss/an… @ESBuild @angular how do you like it? #Angular #esbuild
Yarn Build Fails on the esbiuild stackoverflow.com/questions/6913… #yarnpkg #esbuild #javascript #nodejs #cmd
We need to upgrade!! #esbuild #javascript #100DaysOfCode #CodeNewbie #freeCodeCamp #webdev #CodeNewbie
OMFG IT WORKS! Native Federation, React, ESM, #esbuild #ModuleFederation without Webpack! World's first Federated React app with ESbuild. Thanks for pairing with me @ManfredSteyer; looking forwards to a great collaboration
Cooking up delicious websites and learning new stuff 👨🍳👨🔬 #WordPress @tailwindcss #esbuild @wp_acf
Fastest #fastify dev setup based on #esbuild. #javascript #typescript #webdev #TechTwitter gist.github.com/osdevisnot/365…
For webpack users who are overwhelmed by @vite_js @snowpackjs #esbuild #sucrase and other modern compilers and have too much fatigue to migrate, this should do the trick for your dev mode. Note: Works for babel-loader too if you're not using any specific plugins.
#javascript #typescript #esbuild Same project, built with esbuild and MS typescript compiler. Seriously, MS, wtf? 4 seconds to compile a 29kb of ts code?
China Stand builder for #ESBUILD,Green Build Expo 2015 in Shanghai.stand design&fabricating. [email protected]
#ESBuild is so great, you just need a single npm package and a single line to run the whole web development lightning fast. Converted many of my projects to it!
...unfinished side project, but is more useful than browser console #javascript #typescript #esbuild #localplayground
📢 Throwback to @enea_jahollari's session on 'Angular Unchained' with @Dominus_Kelvin! 🎥 Missed it? Catch up now: youtube.com/watch?v=gyTQ1r… ➡️ Unpack #Angular features like the #ESBuild-based dev server ➡️ Discover signals, hydrations ...and more!
Benefits of switching to ESBuild in @angular 15, build time reduced by 35-40% on average With ESBuild: 2.05-2.15 seconds Without ESBuild: 3.10-3.30 seconds #angular #esbuild
🛠️ The new upcoming #Angular "application" builder based on #esbuild is great! This weekend I have managed to migrate my main project @omniboard_dev to use @angular-devkit/build-angular:application and the results have been amazing... ~39% faster builds! 1/2
Something went wrong.
Something went wrong.
United States Trends
- 1. Ukraine 481K posts
- 2. Putin 160K posts
- 3. #FursuitFriday 13K posts
- 4. #pilotstwtselfieday N/A
- 5. #FanCashDropPromotion 3,632 posts
- 6. Le Cowboy N/A
- 7. #TrumpCrushesYourDreams 4,855 posts
- 8. #FridayVibes 6,907 posts
- 9. Zelensky 97.2K posts
- 10. UNLAWFUL 151K posts
- 11. Kenyon 1,893 posts
- 12. Dave Aranda N/A
- 13. John Wall N/A
- 14. Abbott Elementary N/A
- 15. Mark Kelly 78.8K posts
- 16. Start Cade N/A
- 17. Sam LaPorta 1,240 posts
- 18. Arman 8,855 posts
- 19. SINGSA LATAI EP4 188K posts
- 20. NATO 63.4K posts