project.config.json 643 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "miniprogramRoot": "",
  3. "projectname": "hola",
  4. "description": "",
  5. "appid": "wxe1396d16d519e16b",
  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. "packNpmRelationList": []
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "3.1.2",
  23. "packOptions": {
  24. "ignore": [],
  25. "include": []
  26. },
  27. "condition": {},
  28. "editorSetting": {
  29. "tabIndent": "insertSpaces",
  30. "tabSize": 2
  31. }
  32. }