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

project.config.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "pluginRoot": "plugin/",
  4. "compileType": "plugin",
  5. "srcMiniprogramRoot": "miniprogram/",
  6. "setting": {
  7. "ignoreDevUnusedFiles": false,
  8. "ignoreUploadUnusedFiles": true,
  9. "babelSetting": {
  10. "ignore": [],
  11. "disablePlugins": [],
  12. "outputPath": ""
  13. },
  14. "coverView": false,
  15. "postcss": true,
  16. "minified": true,
  17. "enhance": true,
  18. "showShadowRootInWxmlPanel": false,
  19. "packNpmManually": true,
  20. "packNpmRelationList": [
  21. {
  22. "packageJsonPath": "./package.json",
  23. "miniprogramNpmDistDir": "./plugin/"
  24. }
  25. ],
  26. "es6": true,
  27. "compileWorklet": false,
  28. "uglifyFileName": false,
  29. "uploadWithSourceMap": true,
  30. "minifyWXSS": true,
  31. "minifyWXML": true,
  32. "localPlugins": false,
  33. "disableUseStrict": false,
  34. "useCompilerPlugins": false,
  35. "condition": false,
  36. "swc": false,
  37. "disableSWC": true
  38. },
  39. "networkTimeout": {
  40. "request": 120000
  41. },
  42. "condition": {},
  43. "editorSetting": {
  44. "tabIndent": "insertSpaces",
  45. "tabSize": 4
  46. },
  47. "libVersion": "3.9.2",
  48. "packOptions": {
  49. "ignore": [],
  50. "include": []
  51. },
  52. "appid": "wxa2d9acdd1054e69b",
  53. "pluginAppid": "wxa2d9acdd1054e69b",
  54. "simulatorPluginLibVersion": {}
  55. }