serverless-optimizer-plugin
serverless-optimizer-plugin copied to clipboard
Added support for `{ src: foo, dest: bar }` syntax in includePaths.
I wanted to include some package in node_modules, unfortunately optimizer optimized the node_modules part of the path away, making the module not loadable from zip. This PR fixes this behaviour.
Great idea!