Skip to content
New issue

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

disable when working with : serverless-offline #415

Closed
tzookb opened this issue Jun 24, 2018 · 2 comments · Fixed by #770
Closed

disable when working with : serverless-offline #415

tzookb opened this issue Jun 24, 2018 · 2 comments · Fixed by #770
Labels

Comments

@tzookb
Copy link

tzookb commented Jun 24, 2018

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 :/

@HyperBrain
Copy link
Member

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.

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.

@thejuan
Copy link

thejuan commented Sep 26, 2019

Where is this up to? Waiting on the completion of the PR tasks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment