{"library":"nx-ng-esbuild","title":"nx-ng-esbuild","description":"An Nx plugin that enables using ESBuild as the build system for Angular applications within an Nx workspace. Version 0.5.3 is the current stable release. The package provides generators to add ESBuild configuration to existing Angular apps or scaffold new apps with ESBuild support. It offers faster builds compared to the default Angular builder, though it currently produces larger bundle sizes and lacks features like type checking, file hashing, caching, and production readiness. It supports build, watch, and serve modes. The library is in early development and not recommended for production use.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install nx-ng-esbuild"],"cli":null},"imports":["import { createNodes } from 'nx-ng-esbuild'","import { NxAngularEsbuildPlugin } from 'nx-ng-esbuild'","import { executor } from 'nx-ng-esbuild/build'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install the plugin\n// npm install --save-dev nx-ng-esbuild\n\n// Generate a new Angular app with ESBuild support\n// nx g nx-ng-esbuild:app myApp\n\n// Build the app\n// nx run myApp:esbuild\n\n// Serve with watch mode on port 4201\n// nx run myApp:esbuild --serve=true --watch=true --port=4201\n\n// Add ESBuild configuration to an existing app\n// nx g nx-ng-esbuild:add-esbuild-config existingApp","lang":"typescript","description":"Commands to install the plugin, generate a new Angular app, build, and serve with custom port.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}