towify-ngc-esbuild-devkit

0.0.48 • Public • Published

Angular Native Builders with Esbuild

Usage

  1. Install package:
npm i ngc-esbuild-devkit -D
  1. Change builder settings in angular.json:
  • For production:
    "architect": {
        "build": {
          "builder": "ngc-esbuild-devkit:build",
          ...
        }
    }
  • For development:
    "architect": {
        "serve": {
          "builder": "ngc-esbuild-devkit:serve",
          ...
        }
    }
  • For testing:
    "architect": {
        "test": {
          "builder": "ngc-esbuild-devkit:test",
          ...
        }
    }

Readme

Keywords

none

Package Sidebar

Install

npm i towify-ngc-esbuild-devkit

Weekly Downloads

3

Version

0.0.48

License

ISC

Unpacked Size

30.8 kB

Total Files

20

Last publish

Collaborators

  • kaysaith