project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "description": "项目配置文件",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": false,
  6. "enhance": false,
  7. "postcss": false,
  8. "preloadBackgroundData": false,
  9. "minified": false,
  10. "newFeature": false,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": true,
  22. "useApiHook": true,
  23. "useApiHostProcess": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "enableEngineNative": false,
  30. "useIsolateContext": true,
  31. "useCompilerModule": true,
  32. "userConfirmedUseCompilerModuleSwitch": false,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true,
  37. "condition": false
  38. },
  39. "compileType": "miniprogram",
  40. "appid": "wxda2ef261ac3cca32",
  41. "projectname": "sagaclound-wepy",
  42. "miniprogramRoot": "weapp/",
  43. "srcMiniprogramRoot": "weapp/",
  44. "condition": {},
  45. "libVersion": "3.0.0",
  46. "packOptions": {
  47. "ignore": [],
  48. "include": []
  49. },
  50. "editorSetting": {
  51. "tabIndent": "insertSpaces",
  52. "tabSize": 2
  53. }
  54. }