12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "miniprogramRoot": "miniprogram/",
- "compileType": "miniprogram",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "enhance": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": false,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "userConfirmedUseIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "minifyWXML": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": [
- "typescript"
- ],
- "ignoreDevUnusedFiles": false,
- "ignoreUploadUnusedFiles": false,
- "useStaticServer": true,
- "condition": false,
- "skylineRenderEnable": false
- },
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {},
- "srcMiniprogramRoot": "miniprogram/",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "appid": "wx9a280bbd81c64f56",
- "packOptions": {
- "ignore": [],
- "include": []
- }
- }
|