This media is not supported in your browser
VIEW IN TELEGRAM
Improvements in the experimental esbuild support
#angular #esbuild
β Link: https://blog.angular.io/angular-v15-is-now-available-df7be7f2f4c8
In v14 we announced the experimental support for esbuild in ng build to enable faster build times and simplify our pipeline.
In v15 we now have experimental Sass, SVG template, file replacement , and ng build --watchsupport! Please give esbuild a try by updating your builders angular.json from:
#angular #esbuild
β Link: https://blog.angular.io/angular-v15-is-now-available-df7be7f2f4c8
In v14 we announced the experimental support for esbuild in ng build to enable faster build times and simplify our pipeline.
In v15 we now have experimental Sass, SVG template, file replacement , and ng build --watchsupport! Please give esbuild a try by updating your builders angular.json from:
"builder": "@angular-devkit/build-angular:browser"to:
"builder": "@angular-devkit/build-angular:browser-esbuild"