#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

tomastrajan's tweet image. 🛠️ 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.

ScriptedAlchemy's tweet image. 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]

_ItsWendell_'s tweet image. 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

ShohamGilad's tweet image. 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

ThaddeusJiang's tweet image. 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

manak_official1's tweet image. 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. 💪

josdirksen's tweet image. 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…

Jean__Meche's tweet image. 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!

PushBased's tweet image. 📢 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 👇

nicobytes's tweet image. 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_…

kuc_arc_f's tweet image. 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


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… 👀

adriencaccia's tweet image. 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 devs, #tailwind + #esbuild is ready for you! ⚡️ #angular

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!



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

ThaddeusJiang's tweet image. 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 #Performanift.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

FrontEndGurus's tweet image. 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]

_ItsWendell_'s tweet image. 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

biondifabio's tweet image. #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

marcelltech's tweet 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

Some performance optimizations just arrived in #angular #esbuild builder 🎉

Enea_Jahollari's tweet image. Some performance optimizations just arrived in #angular #esbuild builder 🎉

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

ScriptedAlchemy's tweet image. 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


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.

bogas04's tweet image. 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?

baturinsky's tweet image. #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]

YiMuExhibition0's tweet image. China Stand builder for #ESBUILD,Green Build Expo 2015 in Shanghai.stand design&fabricating. leolin@yimuexhibitis.com

#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!

mohamedmansour's tweet image. #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!

PushBased's tweet image. 📢 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

pavankjadda's tweet image. 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

I think I'm on something 🤫 #EmberJS #ESBuild

oriSomething's tweet image. I think I'm on something 🤫 #EmberJS #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

tomastrajan's tweet image. 🛠️ 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

Loading...

Something went wrong.


Something went wrong.


United States Trends