can we have esbuild builders?
See original GitHub issueIn angular v14 we can opt in for the experimental esbuild builder.
-"builder": "@angular-devkit/build-angular:browser",
+"builder": "@angular-devkit/build-angular:browser-esbuild",
It would be awesome if we could do the same with custom-webpack.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Getting Started - ESBuild
Getting Started. #Install esbuild. First, download and install the esbuild command locally. A prebuilt native executable can be installed using npm (which ...
Read more >Angular v.14 + ESBUILD = -25/40% build time
I have tried it right now in a small Angular project (about 10 modules) and it almost halved the build time (-44%). If...
Read more >support for providing esbuild options · Issue #23322 - GitHub
I've modified the node_modules/@angular-devkit/build-angular/src/builders/browser-esbuild/esbuild.js file locally for testing purposes to get by ...
Read more >Getting Angular to build with ESBuild - Stack Overflow
WARNING: The experimental esbuild-based builder is not currently supported by the dev-server. The stable Webpack-based builder will be used ...
Read more >Build an esbuild plugin - Learn With Jason
The speed of esbuild is incredible, but what happens if you need it to do more? Chance Strickland will teach us how to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If I remember correctly that’s not the case but I’ll double check 👍🏿 .
https://github.com/angular/angular-cli/issues/24163