27 lines
571 B
JSON
27 lines
571 B
JSON
{
|
|
"description": "sankey miniapp project config",
|
|
"packOptions": {
|
|
"ignore": []
|
|
},
|
|
"setting": {
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"packNpmManually": true,
|
|
"packNpmRelationList": [
|
|
{
|
|
"packageJsonPath": "./package.json",
|
|
"miniprogramNpmDistDir": "./miniapp/"
|
|
}
|
|
]
|
|
},
|
|
"compileType": "miniprogram",
|
|
"libVersion": "trial",
|
|
"appid": "wxcf0f89b6eb65759e",
|
|
"projectname": "sankey",
|
|
"miniprogramRoot": "miniapp/",
|
|
"srcMiniprogramRoot": "miniapp/",
|
|
"condition": {}
|
|
}
|