serverless-vercel-ncc
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Techmmunity - Serverless Vercel Ncc

Style Guide: Techmmunity CodeFactor Coveralls Tests Npm Downloads

A serverless plugin to work with @vercel/ncc.

Install

With Yarn:

yarn add serverless-vercel-ncc

With NPM:

npm i serverless-vercel-ncc

Usage

# serverless.yml

custom:
  ncc:
    concurrency: 3 # Quantity of files being compiled at the same time
    excludeDependencies: false # Exclude all the dependencies of package.json
    minify: false # @vercel/ncc option
    sourceMap: false # @vercel/ncc option
    sourceMapRegister: true # @vercel/ncc option
    dependenciesToExclude: # Dependencies to exclude (if u want to exclude some extra
      - example-dependency # dependencies, or some dependencies that aren't at
      - example-dependency # package.json)
    # Extra @vercel/ncc options aren't accepted

How to contribute?

All the details about contributing to the project are described here.

/serverless-vercel-ncc/

    Package Sidebar

    Install

    npm i serverless-vercel-ncc

    Weekly Downloads

    2

    Version

    0.0.7

    License

    Apache-2.0

    Unpacked Size

    1.14 MB

    Total Files

    14

    Last publish

    Collaborators

    • henriqueleite42