https://github.com/jbojcic1/nx-builders
Nrwl Nx custom builders
https://github.com/jbojcic1/nx-builders
nodejs nrwl-nx react typescript webpack
Last synced: 3 months ago
JSON representation
Nrwl Nx custom builders
- Host: GitHub
- URL: https://github.com/jbojcic1/nx-builders
- Owner: jbojcic1
- Created: 2020-04-02T14:18:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:02:44.000Z (over 3 years ago)
- Last Synced: 2025-09-24T11:32:19.906Z (9 months ago)
- Topics: nodejs, nrwl-nx, react, typescript, webpack
- Language: TypeScript
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This library contains custom cli builders for the [Nx](https://nx.dev) monorepo.
Builders:
- **web-build** - extends default Nx web builder and avoids creating es5 bundle if not needed for the targeted browsers (https://github.com/nrwl/nx/issues/2749)
Installation and usage:
1. Install the package via npm or yarn
`npm install nx-builders`
2. Use the builder in the _workspace.json_. For example: `"builder": "nx-builders:web-build"`