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
sls deploy function -f funcName does not run webpack and deploys bogus (incomplete) functions that are missing imported code. sls deploy works correctly and deploys all functions build as defined in config.
Is this a bug, or is there a way to force single-function deployment to properly execute build instructions defined in serverless.yml and webpack.config.js?