@aliretail/cuckoo-official-retailforce-form-combo
Version:
official-retailforce-form-combo
38 lines (37 loc) • 691 B
JavaScript
module.exports = {
tenantCode: "2aafcd97-191c-4533-a1ba-48f5787b2aca",
config: {
type: "formmod",
dsl: "react",
platform: "pc",
distDir: "./dist",
cdnHost: {
daily: "dev.g.zacz.cn",
release: "g.zacz.cn",
},
ideHost: "http://ide-yunda.zacz.cn",
astoreHost: "http://yunda.zacz.cn",
indexPage: "demo/index.html",
targets: ["web", "wechat-miniprogram"],
},
tasks: {
start: [
{
command: "gulp start",
},
],
build: [
{
command: "fie git sync",
},
{
command: "npm run build",
},
],
prepublish: [
{
command: "fie build",
},
],
},
};