project.config.json 612 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "miniprogramRoot": "",
  3. "projectname": "hola",
  4. "description": "",
  5. "appid": "wx6b1ab4701b77c50d",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "enhance": false,
  10. "compileHotReLoad": false,
  11. "postcss": false,
  12. "minified": false,
  13. "ignoreUploadUnusedFiles": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "3.1.2",
  22. "packOptions": {
  23. "ignore": [],
  24. "include": []
  25. },
  26. "condition": {},
  27. "editorSetting": {
  28. "tabIndent": "insertSpaces",
  29. "tabSize": 2
  30. }
  31. }