From 09b4b484c9383982b0afe427c86401126e03badd Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Wed, 30 Aug 2023 20:11:00 +0200 Subject: [PATCH] wip --- webpack.common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 880d1dac01e..aaaaf42d01b 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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); }, }, {