56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
|
{
|
||
|
"description": "项目配置文件",
|
||
|
"miniprogramRoot": "miniprogram/",
|
||
|
"cloudfunctionRoot": "cloudfunctions/",
|
||
|
"compileType": "miniprogram",
|
||
|
"setting": {
|
||
|
"useCompilerPlugins": [
|
||
|
"typescript"
|
||
|
],
|
||
|
"babelSetting": {
|
||
|
"ignore": [],
|
||
|
"disablePlugins": [],
|
||
|
"outputPath": ""
|
||
|
},
|
||
|
"coverView": true,
|
||
|
"postcss": true,
|
||
|
"minified": true,
|
||
|
"enhance": true,
|
||
|
"showShadowRootInWxmlPanel": true,
|
||
|
"packNpmRelationList": [],
|
||
|
"ignoreUploadUnusedFiles": true,
|
||
|
"compileHotReLoad": false,
|
||
|
"skylineRenderEnable": true,
|
||
|
"urlCheck": true,
|
||
|
"es6": true,
|
||
|
"preloadBackgroundData": false,
|
||
|
"newFeature": true,
|
||
|
"nodeModules": false,
|
||
|
"autoAudits": false,
|
||
|
"scopeDataCheck": false,
|
||
|
"uglifyFileName": false,
|
||
|
"checkInvalidKey": true,
|
||
|
"checkSiteMap": true,
|
||
|
"uploadWithSourceMap": true,
|
||
|
"lazyloadPlaceholderEnable": false,
|
||
|
"useMultiFrameRuntime": true,
|
||
|
"useApiHook": true,
|
||
|
"useApiHostProcess": true
|
||
|
},
|
||
|
"simulatorType": "wechat",
|
||
|
"simulatorPluginLibVersion": {},
|
||
|
"condition": {},
|
||
|
"srcMiniprogramRoot": "miniprogram/",
|
||
|
"editorSetting": {
|
||
|
"tabIndent": "insertSpaces",
|
||
|
"tabSize": 2
|
||
|
},
|
||
|
"packOptions": {
|
||
|
"ignore": [],
|
||
|
"include": []
|
||
|
},
|
||
|
"libVersion": "3.0.0",
|
||
|
"appid": "wx2aeaa9db5139384c",
|
||
|
"projectname": "reading-manager",
|
||
|
"cloudfunctionTemplateRoot": "cloudfunctionTemplate/"
|
||
|
}
|