1.1.9-d • Published 4 years ago

@claes-npm/serverless-plugin-typescript v1.1.9-d

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Forked serverless-plugin-typescript

serverless npm version Build Status

WARNING

This is a forked version of serverless-plugin-typescript.

Changes

The only change in this forked version is the option to skip the dependency copy (node_modules folder being copied to the build folder).

This is done by adding the argument --doNotCopyDependencies to the sls deploy or package command.

E.g.

serverless package --package .package --doNotCopyDependencies

Features

The rest of the documentation can be read in the original repo.