project.config.json 716 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "appid": "wx8961a3e5512f307c",
  3. "projectname": "render",
  4. "compileType": "miniprogram",
  5. "libVersion": "2.27.3",
  6. "packOptions": {
  7. "ignore": [],
  8. "include": []
  9. },
  10. "setting": {
  11. "urlCheck": false,
  12. "coverView": true,
  13. "es6": true,
  14. "postcss": true,
  15. "minified": true,
  16. "showShadowRootInWxmlPanel": true,
  17. "packNpmRelationList": [],
  18. "ignoreUploadUnusedFiles": true,
  19. "compileHotReLoad": true,
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. }
  25. },
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 4
  29. }
  30. }