From d0e177055d4fc97ee510ff8985d748ca48990fd5 Mon Sep 17 00:00:00 2001 From: Tom Najdek Date: Mon, 27 Mar 2023 22:22:44 +0200 Subject: [PATCH] Remove multimatch from the build process #2862 (#3047) --- scripts/config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/config.js b/scripts/config.js index dab51d0a0d..d09363f581 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -97,14 +97,7 @@ const browserifyConfigs = [ config: { standalone: 'chaiAsPromised' } - }, - { - src: 'node_modules/multimatch/index.js', - dest: 'resource/multimatch.js', - config: { - standalone: 'multimatch' - } - }, + } ]; // exclude mask used for js, copy, symlink and sass tasks