Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Aug 30, 2023
1 parent ae1517f commit 09b4b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ module.exports = {
// Exclude all modules in node_modules except some-library
return /node_modules/.test(path) &&
!/node_modules\/swagger-ui/.test(path) &&
!/node_modules\/swagger-client/.test(path);
!/node_modules\/swagger-client/.test(path) &&
!/node_modules\/@swagger-api/.test(path);
},
},
{
Expand Down

0 comments on commit 09b4b48

Please sign in to comment.