project.config.json 862 B

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