serverless-optimizer-plugin
serverless-optimizer-plugin copied to clipboard
Include paths src and dst support
This way some node_modules may be included directly into zip, without undergoing optimization (some modules, e.g. Postgres drivers, don't go well with optimization) .
This is an equivalent of #3 and #21, updated for current version of this plugin.