From f229c9e32bbf09d1492dd55a9e7fa2a857eef4c0 Mon Sep 17 00:00:00 2001 From: Marko Ljubicic Date: Tue, 17 Dec 2024 13:55:27 +0100 Subject: [PATCH 1/2] fix(config): change package namespace in babel.config exclude property --- config/babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/babel.config.js b/config/babel.config.js index 2ee5b46..6291958 100644 --- a/config/babel.config.js +++ b/config/babel.config.js @@ -2,7 +2,7 @@ module.exports = { enforce: 'post', test: /\.js$/, - exclude: /node_modules\/(?!@nc)/, + exclude: /node_modules\/(?!@netcentric)/, use: { loader: 'babel-loader', options: { From b2fe9fb60926a705d7d2e847cc3edd7a60d63f59 Mon Sep 17 00:00:00 2001 From: Marko Ljubicic Date: Wed, 18 Dec 2024 14:25:07 +0100 Subject: [PATCH 2/2] update config documentation --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index f2d7a23..72b2925 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -115,7 +115,7 @@ For more information about the configuration options check [babel-loader](https: babel: { enforce: 'post', test: /\.js$/, - exclude: /node_modules\/(?!@nc)/, + exclude: /node_modules\/(?!@netcentric)/, use: { loader: 'babel-loader', options: {