This commit is contained in:
Yuri Kuznetsov
2021-06-21 14:22:31 +03:00
parent 16db12231a
commit cb04731319
2 changed files with 73 additions and 28 deletions
-10
View File
@@ -397,12 +397,6 @@ function getBundleLibList() {
let list = [];
libs.forEach(item => {
if (typeof item === 'string') {
list.push(item);
return;
}
if (!item.bundle) {
return;
}
@@ -423,10 +417,6 @@ function getCopyLibList() {
let list = [];
libs.forEach(item => {
if (typeof item === 'string') {
return;
}
if (item.bundle) {
return;
}