project.config.json 759 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "appid": "wxe27c8f5249b7aeab",
  3. "compileType": "miniprogram",
  4. "packOptions": {
  5. "ignore": [
  6. {
  7. "value": ".eslintrc.js",
  8. "type": "file"
  9. }
  10. ],
  11. "include": []
  12. },
  13. "condition": {},
  14. "setting": {
  15. "urlCheck": false,
  16. "coverView": true,
  17. "es6": true,
  18. "postcss": true,
  19. "minified": true,
  20. "enhance": true,
  21. "showShadowRootInWxmlPanel": true,
  22. "packNpmRelationList": [],
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "condition": false
  29. },
  30. "editorSetting": {
  31. "tabIndent": "auto",
  32. "tabSize": 4
  33. }
  34. }