project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "agent-auth-react",
  4. "description": "",
  5. "appid": "wxe57e116e4fe55532",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "enhance": false,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": false,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": false,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "bundle": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": false,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "compilerOptions": {
  46. "paths": {
  47. "@": [
  48. "./src"
  49. ],
  50. "@/assets": [
  51. "src/assets"
  52. ]
  53. }
  54. },
  55. "condition": {
  56. "plugin": {
  57. "list": []
  58. },
  59. "game": {
  60. "list": []
  61. },
  62. "gamePlugin": {
  63. "list": []
  64. },
  65. "miniprogram": {
  66. "list": [
  67. {
  68. "name": "pages/Entrance/index",
  69. "pathName": "pages/Entrance/index",
  70. "query": "",
  71. "scene": null
  72. },
  73. {
  74. "name": "pages/My/index",
  75. "pathName": "pages/My/index",
  76. "scene": null
  77. }
  78. ]
  79. }
  80. }
  81. }