1.0.14 • Published 3 months ago

@cats-cradle/create-bundle v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@cats-cradle/create-bundle

npm version License GitHub Stars

This package contains various bundler profiles. The bundlers bundle another projects source code to make it ready for distribution.

Usage

Install bundler as devDependency:

npm install @cats-cradle/create-bundle --dev

Call the binary from within your package.json

{
  "name": "your-package",
  "scripts": {
    "build": "create-bundle",
    "build:watch": "create-bundle --watch",
    "cdk:deploy": "create-bundle && cdk deploy"
  }
}

Profiles

nestjs-bundler: Compiles Typescript NestJS src to Javascript dist using esbuild. Designed for use in AWS Lambda with applicable external modules, which lambda layer should provide, excluded.

1.0.14

3 months ago

1.0.13

4 months ago

1.0.11

4 months ago

1.0.12

4 months ago

1.0.10

4 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

6 months ago

1.0.6

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago