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
Hey @joostfarla -- Fantastic step forward on solving the ES6 use strict optimizer problem. Command line test works perfectly!
use strict
Related to Serverless optimizer and deployment issue, ES2015 Deployed Code Crashes -- Optimizer not observing strict mode, is there any way to have this plugin cause serverless dash deploy to fail deployment if a syntax error is found?
serverless dash deploy
The text was updated successfully, but these errors were encountered:
It's on the roadmap! I want to implement some hooks which will auto-perform the linting before deployment.
Sorry, something went wrong.
👍
No branches or pull requests
Hey @joostfarla -- Fantastic step forward on solving the ES6
use strict
optimizer problem. Command line test works perfectly!Related to Serverless optimizer and deployment issue,
ES2015 Deployed Code Crashes -- Optimizer not observing strict mode, is there any way to have this plugin cause
serverless dash deploy
to fail deployment if a syntax error is found?The text was updated successfully, but these errors were encountered: