project.config.json 2.18 KB
{
    "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
    "packOptions": {
        "ignore": [],
        "include": []
    },
    "setting": {
        "urlCheck": true,
        "es6": true,
        "enhance": true,
        "postcss": true,
        "preloadBackgroundData": false,
        "minified": true,
        "newFeature": false,
        "coverView": true,
        "nodeModules": true,
        "autoAudits": true,
        "showShadowRootInWxmlPanel": true,
        "scopeDataCheck": false,
        "uglifyFileName": false,
        "checkInvalidKey": true,
        "checkSiteMap": true,
        "uploadWithSourceMap": true,
        "compileHotReLoad": false,
        "babelSetting": {
            "ignore": [],
            "disablePlugins": [],
            "outputPath": ""
        },
        "useIsolateContext": false,
        "useCompilerModule": false,
        "userConfirmedUseCompilerModuleSwitch": false,
        "lazyloadPlaceholderEnable": false,
        "useMultiFrameRuntime": true,
        "useApiHook": true,
        "useApiHostProcess": true,
        "userConfirmedBundleSwitch": false,
        "packNpmManually": false,
        "packNpmRelationList": [],
        "minifyWXSS": true,
        "disableUseStrict": false,
        "minifyWXML": true,
        "showES6CompileOption": false,
        "useCompilerPlugins": false,
        "ignoreDevUnusedFiles": false,
        "ignoreUploadUnusedFiles": false,
        "useStaticServer": true,
        "condition": false
    },
    "compileType": "miniprogram",
    "libVersion": "2.14.4",
    "appid": "wx220b5d2dbb82ce64",
    "projectname": "miniProject",
    "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
    "editorSetting": {
        "tabIndent": "insertSpaces",
        "tabSize": 4
    },
    "simulatorType": "wechat",
    "simulatorPluginLibVersion": {},
    "condition": {
        "miniprogram": {
            "list": [
                {
                    "name": "pages/accountHome/index",
                    "pathName": "pages/accountHome/index",
                    "query": "",
                    "scene": null
                }
            ]
        }
    }
}