Remove multimatch from the build process #2862 (#3047)

This commit is contained in:
Tom Najdek 2023-03-27 22:22:44 +02:00 committed by GitHub
parent fe89ad5a51
commit d0e177055d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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