project.config.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "condition": false,
  47. "ignoreUploadUnusedFiles": true
  48. },
  49. "compileType": "miniprogram",
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "compilerOptions": {
  53. "paths": {
  54. "@": [
  55. "./src"
  56. ]
  57. }
  58. },
  59. "condition": {},
  60. "libVersion": "2.24.5",
  61. "srcMiniprogramRoot": "dist/",
  62. "packOptions": {
  63. "ignore": [],
  64. "include": []
  65. },
  66. "editorSetting": {
  67. "tabIndent": "insertSpaces",
  68. "tabSize": 4
  69. }
  70. }