45 lines
921 B
JSON
45 lines
921 B
JSON
{
|
|
"description": "sankey miniapp standalone config",
|
|
"packOptions": {
|
|
"ignore": [
|
|
{
|
|
"type": "folder",
|
|
"value": "node_modules"
|
|
},
|
|
{
|
|
"type": "folder",
|
|
"value": "miniprogram_npm"
|
|
},
|
|
{
|
|
"type": "suffix",
|
|
"value": ".map"
|
|
}
|
|
],
|
|
"include": []
|
|
},
|
|
"setting": {
|
|
"es6": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"uglifyFileName": false,
|
|
"enhance": true,
|
|
"packNpmManually": false,
|
|
"packNpmRelationList": [],
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
},
|
|
"useCompilerPlugins": false,
|
|
"minifyWXML": true
|
|
},
|
|
"compileType": "miniprogram",
|
|
"simulatorPluginLibVersion": {},
|
|
"appid": "wxcf0f89b6eb65759e",
|
|
"projectname": "sankey-miniapp",
|
|
"miniprogramRoot": "./",
|
|
"srcMiniprogramRoot": "./",
|
|
"editorSetting": {},
|
|
"condition": {}
|
|
}
|