Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

serverless-vercel-ncc

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-vercel-ncc

Serverless Framework plugin to work with @vercel/ncc

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

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.

Keywords

serverless

FAQs

Package last updated on 24 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts