serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Fix #240: No file matches include / exclude patterns when using Layers #304

Closed harigel closed 4 months ago

harigel commented 4 months ago

In compileTs, this.serverless.config.servicePath was being overwritten, but it was left in place after the build was complete, affecting later processing. Fixed by reassigning the originalServicePath.