Newer
Older
XiaoGanWXMini / unpackage / dist / dev / mp-weixin / project.config.json
@zhangdeliang zhangdeliang on 29 Jul 1 KB 迁移
{
    "appid": "wxde41e5bccafef043",
    "compileType": "miniprogram",
    "libVersion": "2.17.0",
    "packOptions": {
        "ignore": [],
        "include": []
    },
    "setting": {
        "urlCheck": true,
        "coverView": true,
        "es6": true,
        "postcss": true,
        "lazyloadPlaceholderEnable": false,
        "preloadBackgroundData": false,
        "minified": true,
        "autoAudits": false,
        "uglifyFileName": false,
        "uploadWithSourceMap": true,
        "enhance": true,
        "useMultiFrameRuntime": true,
        "showShadowRootInWxmlPanel": true,
        "packNpmManually": false,
        "packNpmRelationList": [],
        "minifyWXSS": true,
        "useStaticServer": true,
        "showES6CompileOption": false,
        "checkInvalidKey": true,
        "babelSetting": {
            "ignore": [],
            "disablePlugins": [],
            "outputPath": ""
        },
        "disableUseStrict": false,
        "useCompilerPlugins": false
    },
    "condition": {},
    "editorSetting": {
        "tabIndent": "insertSpaces",
        "tabSize": 4
    },
    "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
}