You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serverless: make build independent of serverless framework (70c80d2)
serverless: replace include with patterns (17884c0), closes #93
BREAKING CHANGES
playwright: playwright plugin is deprecated
no changes yet, but it may be removed in the future.
serverless: you need to use webpack isolatedConfig and withPatterns plugin
@ns3/nx-serverless/plugin does not rely on use serverless framework to read functions
It is best to generate new project and adjust current accordingly
serverless: skipPackage is no longer available when calling local invoke
It is not necessary since we have our build cached
serverless: include is no longer used, use patterns instead