project.config.json 678 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": false,
  11. "minified": false,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "3.3.4",
  22. "appid": "wx2012fb43a1019634",
  23. "projectname": "农妙果蔬通",
  24. "condition": {},
  25. "editorSetting": {
  26. "tabIndent": "insertSpaces",
  27. "tabSize": 4
  28. }
  29. }