You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Given that Serverless 0.16.0 added a feature which omits devDependencies from the deployment packages, we should just remove the webpack dependency entirely. No real need to minify the code. We can use babel directly in a deploy package script. Or switch to roll-up or something that isn't more targeted towards Browsers. Seems kind of silly to use webpack when deploying to Lambda.
The text was updated successfully, but these errors were encountered:
Given that Serverless 0.16.0 added a feature which omits devDependencies from the deployment packages, we should just remove the webpack dependency entirely. No real need to minify the code. We can use babel directly in a
deploy
package script. Or switch to roll-up or something that isn't more targeted towards Browsers. Seems kind of silly to use webpack when deploying to Lambda.The text was updated successfully, but these errors were encountered: