电速宝
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

project.config.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "compileType": "miniprogram",
  3. "libVersion": "3.8.9",
  4. "setting": {
  5. "coverView": true,
  6. "es6": true,
  7. "postcss": true,
  8. "minified": true,
  9. "enhance": true,
  10. "showShadowRootInWxmlPanel": true,
  11. "packNpmRelationList": [],
  12. "babelSetting": {
  13. "ignore": [],
  14. "disablePlugins": [],
  15. "outputPath": ""
  16. },
  17. "ignoreDevUnusedFiles": false,
  18. "ignoreUploadUnusedFiles": false,
  19. "minifyWXSS": true,
  20. "useStaticServer": false,
  21. "useCompilerPlugins": false,
  22. "compileWorklet": false,
  23. "uglifyFileName": false,
  24. "uploadWithSourceMap": true,
  25. "packNpmManually": false,
  26. "minifyWXML": true,
  27. "localPlugins": false,
  28. "disableUseStrict": false,
  29. "condition": false,
  30. "swc": false,
  31. "disableSWC": true
  32. },
  33. "condition": {},
  34. "editorSetting": {
  35. "tabIndent": "auto",
  36. "tabSize": 2
  37. },
  38. "simulatorType": "wechat",
  39. "packOptions": {
  40. "ignore": [],
  41. "include": []
  42. },
  43. "appid": "wx70e63bda5b2a7285",
  44. "simulatorPluginLibVersion": {}
  45. }