apigee-127 / swagger-tools

A Node.js and browser module that provides tooling around Swagger.
MIT License
701 stars 374 forks source link

swagger-tools does not support with webpack #622

Open sajjanhubale opened 3 years ago

sajjanhubale commented 3 years ago

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

XeniaSiskaki commented 2 years ago

Any news on this?