Closed shaf-h closed 2 years ago
you can currently use "excludes" to remove files from the build.
functions:
create:
handler: functions/create.ts
excludes:
- afile
- anotherflie
Does this help or are you wanting some other behaviour?
Great, that should do the trick. Thanks mate!
Some of my functions use pretty big modules (e.g. puppeteer, pdf gen, image manipulation). It would be useful to exclude them from the function containers that don't need them.