project.config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "description": "项目配置文件",
  3. "miniprogramRoot": "miniprogram/",
  4. "compileType": "miniprogram",
  5. "setting": {
  6. "useCompilerPlugins": [
  7. "typescript"
  8. ],
  9. "babelSetting": {
  10. "ignore": [],
  11. "disablePlugins": [],
  12. "outputPath": ""
  13. },
  14. "coverView": false,
  15. "postcss": false,
  16. "minified": true,
  17. "enhance": false,
  18. "showShadowRootInWxmlPanel": false,
  19. "packNpmRelationList": [],
  20. "ignoreUploadUnusedFiles": true,
  21. "compileHotReLoad": false,
  22. "skylineRenderEnable": true,
  23. "es6": false,
  24. "compileWorklet": false,
  25. "uglifyFileName": false,
  26. "uploadWithSourceMap": true,
  27. "packNpmManually": false,
  28. "minifyWXSS": true,
  29. "minifyWXML": true,
  30. "localPlugins": false,
  31. "condition": false,
  32. "swc": false,
  33. "disableSWC": true,
  34. "disableUseStrict": false
  35. },
  36. "simulatorType": "wechat",
  37. "simulatorPluginLibVersion": {},
  38. "condition": {},
  39. "srcMiniprogramRoot": "miniprogram/",
  40. "editorSetting": {
  41. "tabIndent": "insertSpaces",
  42. "tabSize": 2
  43. },
  44. "libVersion": "trial",
  45. "packOptions": {
  46. "ignore": [],
  47. "include": []
  48. },
  49. "appid": "wx0c8b079993bb9d7a"
  50. }