Skip to content

Conversation

@tvhees
Copy link
Contributor

@tvhees tvhees commented Jul 7, 2023

Serverless v3.32.0 added a warning when encountering package.patterns on a function if service.package.individually is not set to true:
https://github.com/serverless/serverless/releases/tag/v3.32.0

This warning is being emitted when esbuild is used to package a service because the plugin defaults to adding an empty array for package.patterns to every function. The core serverless code does not expect this property to be there unless specified in configuration and the plugin should match this behaviour.

Copy link
Owner

@floydspace floydspace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tvhees thank you. looks good

@floydspace floydspace merged commit ef5b2d1 into floydspace:master Jul 11, 2023
@github-actions
Copy link

🎉 This PR is included in version 1.46.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants