12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "miniprogramRoot": "dist/",
- "projectname": "myApp",
- "description": "",
- "appid": "wxd9ee3a9480a4e544",
- "setting": {
- "urlCheck": false,
- "es6": false,
- "enhance": false,
- "postcss": false,
- "preloadBackgroundData": false,
- "minified": false,
- "newFeature": false,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "useCompilerModule": false,
- "userConfirmedUseCompilerModuleSwitch": false
- },
- "compileType": "miniprogram",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {}
- }
|