project.config.json 1.3 KB

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