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
This exec feature is currently not working with serverless-webpack because the tests get executed before webpack watch has a chance to compile the source.
Proposed Solution
The proposed solution is to execute compile after validate and before watch. This will force a compile when serverless-offline is started but before the tests are executed and still support watch for non automated scenarios that do not have the race condition.
Additional Data
Serverless-Webpack Version 2.0.0:
Webpack version 3.0.0:
Serverless Framework Version 1.17.0:
Serverless-Offline Version 3.15.0:
The text was updated successfully, but these errors were encountered:
This is a Bug Report
Description
Serverless-offline has a nifty feature called scoped execution that can be used for automated integration testing.
This exec feature is currently not working with serverless-webpack because the tests get executed before webpack watch has a chance to compile the source.
Proposed Solution
The proposed solution is to execute compile after validate and before watch. This will force a compile when serverless-offline is started but before the tests are executed and still support watch for non automated scenarios that do not have the race condition.
Additional Data
The text was updated successfully, but these errors were encountered: