project.config.json 1.4 KB

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