project.config.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "description": "项目配置文件。",
  3. "miniprogramRoot": "miniprogram/",
  4. "cloudfunctionRoot": "cloudfunctions/",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "urlCheck": true,
  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": false,
  21. "scopeDataCheck": false,
  22. "uglifyFileName": false,
  23. "checkInvalidKey": true,
  24. "checkSiteMap": true,
  25. "uploadWithSourceMap": true,
  26. "compileHotReLoad": false,
  27. "lazyloadPlaceholderEnable": false,
  28. "useMultiFrameRuntime": true,
  29. "useApiHook": true,
  30. "useApiHostProcess": true,
  31. "babelSetting": {
  32. "ignore": [],
  33. "disablePlugins": [],
  34. "outputPath": ""
  35. },
  36. "enableEngineNative": false,
  37. "useIsolateContext": false,
  38. "userConfirmedBundleSwitch": false,
  39. "packNpmManually": false,
  40. "packNpmRelationList": [],
  41. "minifyWXSS": true,
  42. "disableUseStrict": false,
  43. "minifyWXML": true,
  44. "showES6CompileOption": false,
  45. "useCompilerPlugins": false
  46. },
  47. "compileType": "miniprogram",
  48. "libVersion": "2.21.4",
  49. "appid": "wx9dbe0362bafd3d6f",
  50. "projectname": "combination",
  51. "simulatorType": "wechat",
  52. "simulatorPluginLibVersion": {},
  53. "scripts": {},
  54. "watchOptions": {
  55. "ignore": []
  56. },
  57. "debugOptions": {
  58. "hidedInDevtools": []
  59. },
  60. "staticServerOptions": {
  61. "servePath": ""
  62. },
  63. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  64. "condition": {}
  65. }