This library contains custom cli builders for the Nx monorepo.
Builders:
- web-build - extends default Nx web builder and avoids creating es5 bundle if not needed for the targeted browsers (nrwl/nx#2749)
Installation and usage:
-
Install the package via npm or yarn
npm install nx-builders
-
Use the builder in the workspace.json. For example:
"builder": "nx-builders:web-build"