#Using different bundler with Angular
7 messages · Page 1 of 1 (latest)
I'm thinking specifically about esbuild (https://esbuild.github.io/)
But it seems like the latest version is using webpack https://stackoverflow.com/questions/41483399/angular-cli-or-webpack and people seem quite pleased about it...
Given there's a special package @ngtools/webpack for Angular CLI I don't think there might be an easy way to just swap bundlers. But maybe?
I mean, there is this so something is possible: https://dev.to/marcinwosinek/how-to-build-minimal-angular-12-app-with-esbuild-54cc
That'd be good actually! But, there's one caveat... esbuild doesn't work with .html...
at ng conf they talked about experiments they were doing with a different tool for the build process. I think the new one didn't use webpack. but I don't believe that alternative is publicly available yet.