project.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "description": "项目配置文件",
  3. "miniprogramRoot": "miniprogram/",
  4. "compileType": "miniprogram",
  5. "setting": {
  6. "useCompilerPlugins": [
  7. "typescript",
  8. "less"
  9. ],
  10. "babelSetting": {
  11. "ignore": [],
  12. "disablePlugins": [],
  13. "outputPath": ""
  14. },
  15. "coverView": false,
  16. "postcss": false,
  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": true,
  30. "es6": true
  31. },
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {},
  35. "srcMiniprogramRoot": "miniprogram/",
  36. "editorSetting": {
  37. "tabIndent": "insertSpaces",
  38. "tabSize": 2
  39. },
  40. "libVersion": "2.32.3",
  41. "packOptions": {
  42. "ignore": [],
  43. "include": []
  44. },
  45. "appid": "wx524b61f5bec60655"
  46. }