46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"description": "sankey miniapp project config",
|
|
"packOptions": {
|
|
"ignore": [],
|
|
"include": []
|
|
},
|
|
"setting": {
|
|
"es6": true,
|
|
"enhance": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"compileWorklet": false,
|
|
"uglifyFileName": false,
|
|
"uploadWithSourceMap": true,
|
|
"packNpmManually": true,
|
|
"packNpmRelationList": [
|
|
{
|
|
"packageJsonPath": "./miniapp/package.json",
|
|
"miniprogramNpmDistDir": "./miniapp/miniprogram_npm"
|
|
}
|
|
],
|
|
"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": {}
|
|
}
|