question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can we have esbuild builders?

See original GitHub issue

In 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:open
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
just-jebcommented, Oct 20, 2022

If I remember correctly that’s not the case but I’ll double check 👍🏿 .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found