加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project.config.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
李难难 提交于 2021-02-02 17:00 . 默认进行皮肤预测
{
"packOptions": {
"ignore": [
{
"type": "folder",
"value": ".vscode"
},
{
"type": "folder",
"value": "node_modules"
},
{
"type": "folder",
"value": "src"
},
{
"type": "folder",
"value": "dist/plugin/test"
}
]
},
"compileType": "miniprogram",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"appid": "wx25d4e6087400d79c",
"projectname": "mobile-skin",
"scripts": {
"beforeCompile": "",
"beforePreview": "",
"beforeUpload": ""
},
"libVersion": "2.7.5",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate",
"condition": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化