project.config.json 592 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "鱼市",
  4. "description": "鱼市",
  5. "appid": "wx7f70846c2292aa85",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": true,
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. },
  16. "minifyWXSS": true
  17. },
  18. "compileType": "miniprogram",
  19. "libVersion": "2.26.0",
  20. "srcMiniprogramRoot": "dist/",
  21. "packOptions": {
  22. "ignore": [],
  23. "include": []
  24. },
  25. "condition": {},
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 2
  29. }
  30. }