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

Added support for `{ src: foo, dest: bar }` syntax in includePaths.

Open Nopik opened this issue 9 years ago • 1 comments

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.

Nopik avatar Jan 14 '16 13:01 Nopik

Great idea!

nicka avatar Apr 06 '16 12:04 nicka