serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
783 stars 223 forks source link

Missing file in package after migration from package.include to package.patterns #231

Closed martinduris closed 3 years ago

martinduris commented 3 years ago

Hi,

Serverless deprecated 'package.include' and new 'package.patterns' does not work with 'typescript-plugin-typescript'

Steps to reproduce 1) not working

2) working

Thans a lot for help!

CrshOverride commented 3 years ago

This one bit me yesterday as well. Currently the Serverless CLI warns about future deprecation when using include/exclude as part of package.

tim-oe commented 3 years ago

have hit same issue changing include to patterns fails also have the following plugins

demsey2 commented 3 years ago

any update on this issue?

medikoo commented 3 years ago

Will be fixed with https://github.com/prisma-labs/serverless-plugin-typescript/pull/243

nake89 commented 3 years ago

@JackCuthbert could you have a look at this. Thank you in advance :) medikoo has made a PR that would fix this: https://github.com/prisma-labs/serverless-plugin-typescript/pull/243