拓恒飞手平台小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.8KB

  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": ".eslintrc.js",
  7. "type": "file"
  8. }
  9. ],
  10. "include": []
  11. },
  12. "setting": {
  13. "bundle": false,
  14. "userConfirmedBundleSwitch": false,
  15. "urlCheck": true,
  16. "scopeDataCheck": false,
  17. "coverView": true,
  18. "es6": true,
  19. "postcss": true,
  20. "compileHotReLoad": false,
  21. "lazyloadPlaceholderEnable": false,
  22. "preloadBackgroundData": false,
  23. "minified": true,
  24. "autoAudits": false,
  25. "newFeature": false,
  26. "uglifyFileName": false,
  27. "uploadWithSourceMap": true,
  28. "useIsolateContext": true,
  29. "nodeModules": false,
  30. "enhance": true,
  31. "useMultiFrameRuntime": true,
  32. "useApiHook": true,
  33. "useApiHostProcess": true,
  34. "showShadowRootInWxmlPanel": true,
  35. "packNpmManually": false,
  36. "enableEngineNative": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "showES6CompileOption": false,
  40. "minifyWXML": true,
  41. "babelSetting": {
  42. "ignore": [],
  43. "disablePlugins": [],
  44. "outputPath": ""
  45. }
  46. },
  47. "compileType": "miniprogram",
  48. "libVersion": "2.19.4",
  49. "appid": "wx5cf7bb675cf45d28",
  50. "projectname": "weixin-app",
  51. "condition": {
  52. "search": {
  53. "list": []
  54. },
  55. "conversation": {
  56. "list": []
  57. },
  58. "game": {
  59. "list": []
  60. },
  61. "plugin": {
  62. "list": []
  63. },
  64. "gamePlugin": {
  65. "list": []
  66. },
  67. "miniprogram": {
  68. "list": []
  69. }
  70. },
  71. "editorSetting": {
  72. "tabIndent": "insertSpaces",
  73. "tabSize": 4
  74. }
  75. }