serverless-runtime-babel
serverless-runtime-babel copied to clipboard
Don't remove excluded modules from the node modules directory
I have a solution to this problem I was facing: https://github.com/serverless/serverless-runtime-babel/issues/17
Any module excluded from browserify's bundle is not deleted by the cleapup step.
This commit would be nice to have in master and also why the cleanup deletes all .json files? We have some schema files that needs to be blank files instead of .json because this cleanup deletes them..
I agree, that stuff would be cool :)