project.config.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "agent-auth-react",
  4. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  5. "appid": "wxa2a88149778755c4",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  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. "useIsolateContext": true,
  34. "useCompilerModule": false,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": false,
  38. "packNpmRelationList": [],
  39. "minifyWXSS": true,
  40. "lazyloadPlaceholderEnable": false,
  41. "useStaticServer": true,
  42. "showES6CompileOption": false,
  43. "disableUseStrict": false,
  44. "useCompilerPlugins": false,
  45. "minifyWXML": true
  46. },
  47. "compileType": "miniprogram",
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "compilerOptions": {
  51. "paths": {
  52. "@": [
  53. "./src"
  54. ]
  55. }
  56. },
  57. "condition": {},
  58. "libVersion": "2.24.5",
  59. "srcMiniprogramRoot": "dist/",
  60. "packOptions": {
  61. "ignore": [],
  62. "include": []
  63. },
  64. "editorSetting": {
  65. "tabIndent": "insertSpaces",
  66. "tabSize": 4
  67. }
  68. }