-
Notifications
You must be signed in to change notification settings - Fork 417
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
Vscode debug #365
Vscode debug #365
Conversation
@@ -2,6 +2,7 @@ service: babel-webpack-4-example | |||
|
|||
# Add the serverless-webpack plugin | |||
plugins: | |||
- serverless-offline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this order should be reversed, shouldn't it? The sls-webpack hooks should precede the offline hooks internally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked for me this way, but I realized that at README
we state to use serverless-offline
after serverless-webpack
so I'm going to change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for the good work as always 👍
What did you implement:
Closes #364
How did you implement it:
Adding a
.vscode/launch.json
to provide debug feature usingvscode
.How can we verify it:
babel-webpack-4
example foldernpm install
vscode
using all the provided configurations.Todos:
Is this ready for review?: YES
Is it a breaking change?: NO