serverless-babel-plugin
serverless-babel-plugin copied to clipboard
Ability to compile individual package
What's tested:
sls deploy
sls deploy function -f <function_name>
with params in serverless.yml:
package:
individual: true # false
Fixes issue #8
@nikgraf any luck to check it so far? Thanks.
sorry @XBeg9 - I was completely swamped in Github notification and finally catching up a little. Interested to resolved the merge conflict. I'm happy to merge your PR.
@nikgraf no problem, but you've merged this https://github.com/serverless/serverless-babel-plugin/pull/6 which was duplicate functionality of my PR. (btw that PR doesn't work for me)