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