project.config.json 637 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "projectname": "order-upload",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.5.7",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "coverView": true,
  11. "es6": true,
  12. "postcss": true,
  13. "minified": true,
  14. "enhance": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "packNpmRelationList": [],
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. },
  22. "condition": false,
  23. "useCompilerPlugins": [
  24. "less"
  25. ]
  26. },
  27. "condition": {},
  28. "editorSetting": {
  29. "tabIndent": "auto",
  30. "tabSize": 2
  31. },
  32. "appid": "wxa9bb97c044181989"
  33. }