project.config.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "appid": "wx0da6280b9bc18d28",
  3. "compileType": "miniprogram",
  4. "libVersion": "2.0.4",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "urlCheck": false,
  11. "es6": true,
  12. "enhance": true,
  13. "postcss": true,
  14. "preloadBackgroundData": false,
  15. "minified": true,
  16. "newFeature": false,
  17. "coverView": true,
  18. "nodeModules": false,
  19. "autoAudits": false,
  20. "showShadowRootInWxmlPanel": true,
  21. "scopeDataCheck": false,
  22. "uglifyFileName": false,
  23. "checkInvalidKey": true,
  24. "checkSiteMap": true,
  25. "uploadWithSourceMap": true,
  26. "compileHotReLoad": false,
  27. "useMultiFrameRuntime": true,
  28. "useApiHook": true,
  29. "useApiHostProcess": true,
  30. "babelSetting": {
  31. "ignore": [],
  32. "disablePlugins": [],
  33. "outputPath": ""
  34. },
  35. "enableEngineNative": false,
  36. "bundle": false,
  37. "useIsolateContext": false,
  38. "useCompilerModule": true,
  39. "userConfirmedUseCompilerModuleSwitch": false,
  40. "userConfirmedBundleSwitch": false,
  41. "packNpmManually": false,
  42. "packNpmRelationList": [],
  43. "minifyWXSS": false,
  44. "condition": false
  45. },
  46. "editorSetting": {
  47. "tabIndent": "insertSpaces",
  48. "tabSize": 4
  49. },
  50. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  51. "projectname": "%E5%8D%83%E5%8F%A4%E7%A7%80",
  52. "condition": {}
  53. }