-
Notifications
You must be signed in to change notification settings - Fork 47
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
serverless-webpack & serverless-offline support? #66
Comments
So, I figured this out... as a note for you, if you wanted to update your docs, this is how I got it working: Plugin Order: (must come first before webpack)
I also had to use this command when starting
|
@bcrigler That's a good point with the docs. |
Reopening to track that we are lacking this documentation. Thanks! |
Also, beyond the order of the plugins it's notable that on Serverless 2.x I had to use backwards compatibility mode via this command: |
This plugin should work find with Serverless 3, but I'll look into it |
So, I see you support
serverless-offline
, although I can't seem to get my documentation to load at the route /swagger. It gives me a 404, and the only thing I can think of is it's because I'm usingserverless-webpack
.My Config:
My Plugins: (I also tried with
serverless-auto-swagger
aboveserverless-webpack
)NPM Module Versions: (from package.json)
The text was updated successfully, but these errors were encountered: