oak-general-business的引用
This commit is contained in:
parent
d66fe182ba
commit
7ec2b50fa9
|
|
@ -17,7 +17,7 @@ const requiredPath = require('required-path');
|
||||||
|
|
||||||
const pluginName = 'OakWeChatMpPlugin';
|
const pluginName = 'OakWeChatMpPlugin';
|
||||||
const oakPagePrefix = '@oak-general-business';
|
const oakPagePrefix = '@oak-general-business';
|
||||||
const oakPagePath = 'node_modules/oak-general-business/src/platforms/wechatMp/';
|
const oakPagePath = 'node_modules/oak-general-business/wechatMp/';
|
||||||
// const oakPagePathRegExp = /node_modules\/oak-general-business\/src\/platforms\/wechatMp\//;
|
// const oakPagePathRegExp = /node_modules\/oak-general-business\/src\/platforms\/wechatMp\//;
|
||||||
|
|
||||||
function getIsOak(str) {
|
function getIsOak(str) {
|
||||||
|
|
|
||||||
|
|
@ -67,5 +67,6 @@
|
||||||
"include": [ "src/**/*" ],
|
"include": [ "src/**/*" ],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
"template"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue