We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For feature proposals: would like to be able to disable webpack build when working locally with: serverless-offline
serverless-offline
as each build take ~10seconds and on each save of my code I need to wait :/
The text was updated successfully, but these errors were encountered:
Hi @tzookb , thanks for the feature request. I agree that this should be available the same way it is already for serverless invoke local --no-build.
serverless invoke local --no-build
The workflow would then be:
serverless webpack serverless offline --no-build ...
The only thing you lose is the continuous build when you change files but that's somehow intended.
Sorry, something went wrong.
Where is this up to? Waiting on the completion of the PR tasks?
Successfully merging a pull request may close this issue.
Feature Proposal
Description
For feature proposals:
would like to be able to disable webpack build when working locally with:
serverless-offline
as each build take ~10seconds
and on each save of my code I need to wait :/
The text was updated successfully, but these errors were encountered: