serverless-heaven / serverless-webpack

Serverless plugin to bundle your lambdas with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup module tests missing

thenikso opened this issue · comments

Whoops forgot about those.

What the cleanup method does is to move the package artifact (a zip) where it would normally be if this plugin wasn't present at all. It then removes the webpack out directory basically leaving no trace that webpack was there at all.

This is not entirely useful if at all. Yet it should be unit tested and then changed if it is the case.