You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
We are using webpack to create production build , but it does not work with swagger-tools as it look for the exact path for swagger.yaml and controllers. We managed to keep swagger and minified controller files in dist folder but still no luck. I think swagger-tools looking for the exported method with same name given as operationId in swagger file, but now as we minified the controller files so it won't find exact piece of code. Please let us know how can we manage this?
Regards,
Sajjan Hubale
The text was updated successfully, but these errors were encountered:
Hi,
We are using webpack to create production build , but it does not work with swagger-tools as it look for the exact path for swagger.yaml and controllers. We managed to keep swagger and minified controller files in dist folder but still no luck. I think swagger-tools looking for the exported method with same name given as operationId in swagger file, but now as we minified the controller files so it won't find exact piece of code. Please let us know how can we manage this?
Regards,
Sajjan Hubale
The text was updated successfully, but these errors were encountered: