project.config.json 710 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "appid": "wxadd37e2692c771db",
  3. "compileType": "miniprogram",
  4. "libVersion": "2.32.2",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "packNpmManually": true,
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "minified": true,
  15. "enhance": true,
  16. "showShadowRootInWxmlPanel": true,
  17. "packNpmRelationList": [
  18. {
  19. "packageJsonPath": "./package.json",
  20. "miniprogramNpmDistDir": "./miniprogram/"
  21. }
  22. ],
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "condition": false
  29. },
  30. "condition": {},
  31. "editorSetting": {
  32. "tabIndent": "insertSpaces",
  33. "tabSize": 2
  34. }
  35. }