project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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": true,
  34. "swc": false
  35. },
  36. "simulatorType": "wechat",
  37. "simulatorPluginLibVersion": {},
  38. "condition": {},
  39. "srcMiniprogramRoot": "miniprogram/",
  40. "editorSetting": {
  41. "tabIndent": "insertSpaces",
  42. "tabSize": 2
  43. },
  44. "appid": "wx1d724069d8dfb994",
  45. "packOptions": {
  46. "ignore": [],
  47. "include": []
  48. }
  49. }