Sage-Bionetworks / sagebio-collaboration-portal

Collaboration Portal developed by Sage Bionetworks
1 stars 0 forks source link

Develop fix for swagger in production environment #592

Closed tschaffter closed 4 years ago

tschaffter commented 4 years ago

The webpack plugin saves swagger.json in the webpack output folder, which is dist/client. I would have preferred to have it saved to dist/server. Webpack is mainly used to package the client. Maybe modify the gulp file ultimately and create swagger.json there when packaging the server side.