54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"description": "sankey miniapp project config",
|
|
"packOptions": {
|
|
"ignore": [
|
|
{
|
|
"type": "folder",
|
|
"value": "miniapp/node_modules"
|
|
},
|
|
{
|
|
"type": "folder",
|
|
"value": "miniapp/miniprogram_npm"
|
|
},
|
|
{
|
|
"type": "suffix",
|
|
"value": ".map"
|
|
}
|
|
],
|
|
"include": []
|
|
},
|
|
"setting": {
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"compileWorklet": false,
|
|
"uglifyFileName": false,
|
|
"uploadWithSourceMap": false,
|
|
"packNpmManually": false,
|
|
"packNpmRelationList": [],
|
|
"minifyWXSS": true,
|
|
"minifyWXML": true,
|
|
"localPlugins": false,
|
|
"disableUseStrict": false,
|
|
"useCompilerPlugins": false,
|
|
"condition": false,
|
|
"swc": false,
|
|
"disableSWC": true,
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
}
|
|
},
|
|
"compileType": "miniprogram",
|
|
"libVersion": "trial",
|
|
"appid": "wxcf0f89b6eb65759e",
|
|
"projectname": "sankey",
|
|
"miniprogramRoot": "miniapp/",
|
|
"srcMiniprogramRoot": "miniapp/",
|
|
"condition": {},
|
|
"simulatorPluginLibVersion": {},
|
|
"editorSetting": {}
|
|
}
|