cli 修正
This commit is contained in:
parent
b5967800c6
commit
a73d9557f0
|
|
@ -268,7 +268,7 @@ class OakWeChatMpPlugin {
|
||||||
MODE.external
|
MODE.external
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
if (getIsOak(c)) {
|
if (getIsOak(c)) {
|
||||||
const oakComponent = OakPagePath + c.replace(new RegExp(OakPagePrefix), '');
|
const oakComponent = OakPagePath + c.replace(new RegExp(OakPagePrefix), '');
|
||||||
|
|
@ -282,7 +282,7 @@ class OakWeChatMpPlugin {
|
||||||
MODE.oak
|
MODE.oak
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
if (mode === MODE.oak) {
|
if (mode === MODE.oak) {
|
||||||
const component = path
|
const component = path
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue