serverless/serverless

DX: Show a warning when using function-level package declarations without individual packaging enabled

Open

#2,977 建立於 2016年12月19日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (46,915 star) (5,734 fork)batch import
bug/designcat/dxcat/packaginggood first issuehelp wanted

描述

This is a Feature Proposal

Description

If you configure package declarations at the function level, in my case to include files which are in the service-level exclusion list, they only take effect if individually: true is also set at the service level.

Serverless should issue a warning or error if individually: true is not set.

Similar or dependent issues: n/a

Additional Data

  • Serverless Framework Version you're using: 1.4.0
  • Operating System: macOS 10.12.1
  • Stack Trace: n/a
  • Provider Error messages: n/a

貢獻者指南

DX: Show a warning when using function-level package declarations without individual packaging enabled · serverless/serverless#2977 | Good First Issue