project.config.json 890 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "minifyWXML": true
  21. },
  22. "editorSetting": {
  23. "tabIndent": "auto",
  24. "tabSize": 4
  25. },
  26. "packOptions": {
  27. "ignore": [
  28. {
  29. "value": ".eslintrc.js",
  30. "type": "file"
  31. }
  32. ],
  33. "include": []
  34. },
  35. "appid": "wxe27c8f5249b7aeab",
  36. "projectname": "iboss_wx_app",
  37. "libVersion": "3.3.0"
  38. }