apigee-127/swagger-tools

swagger-tools does not support with webpack

sajjanhubale opened this issue · 1 comments

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

Any news on this?