serverless-babel-plugin icon indicating copy to clipboard operation
serverless-babel-plugin copied to clipboard

Make sure it works with package: individually: true

Open nikgraf opened this issue 7 years ago • 2 comments

nikgraf avatar Nov 29 '16 22:11 nikgraf

I am using individual packaging and doesn't work:

package: 
     individually: true

and I am getting error:

sls deploy Serverless: Packaging service... events.js:141 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory, open

I can't use this plugin anymore, packaging feature reduces my lambdas a lot and it's more critical then usage of babel. Anyway to fix it?

XBeg9 avatar Feb 02 '17 09:02 XBeg9

Please check PR #12 , it should fix the issues with individual packaging.

XBeg9 avatar Feb 03 '17 13:02 XBeg9