支付宝-行业分类配适, 支付宝和微信小程序合并

This commit is contained in:
2019-03-19 17:19:51 +08:00
parent d42da99c54
commit 222d978a10
32 changed files with 1015 additions and 487 deletions

View File

@@ -5,5 +5,6 @@ module.exports = {
defineConstants: {
},
weapp: {},
h5: {}
}

View File

@@ -61,6 +61,7 @@ const config = {
h5: {
publicPath: '/',
staticDirectory: 'static',
esnextModules: ['@tarojs/components'],
module: {
postcss: {
autoprefixer: {
@@ -69,6 +70,7 @@ const config = {
}
}
}
}
module.exports = function (merge) {