@antmove/alipay-wx
Version:
transform alipay miniprogram to wx miniprogram tool.
38 lines (36 loc) • 733 B
JavaScript
module.exports = {
env: 'development',
target: 'WX',
ref: {},
isDev() {
return this.env === 'development'
},
options: {
scopeStyle: false,
},
library: {
customComponentPrefix: '/__antmove_wechat',
customComponentNamePrefix: 'antmove_wechat',
},
wrapApiFiles: [
'index.js',
'utils.js',
'log.js',
'runtimeProcess.js'
],
compile: {
customComponent: {
'classSubdirectory/app.js': true,
'classSubdirectory/page.js': true,
'classSubdirectory/component.js': true,
'classSubdirectory/data.js': true,
'componentClass.js': true,
},
wrapApis: {},
},
log: {
runtime: {
dirname: 'ant-move-runtime-logs_wechat',
},
},
}