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

Don't remove excluded modules from the node modules directory

Open martinbooth opened this issue 8 years ago • 2 comments

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.

martinbooth avatar Apr 21 '16 07:04 martinbooth

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..

andeerssoni avatar May 24 '16 12:05 andeerssoni

I agree, that stuff would be cool :)

Titozzz avatar May 26 '16 10:05 Titozzz