project.config.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "packNpmManually": true,
  16. "packNpmRelationList": [
  17. {
  18. "packageJsonPath": "./package.json",
  19. "miniprogramNpmDistDir": "./miniprogram"
  20. }
  21. ],
  22. "es6": true,
  23. "enhance": true,
  24. "uglifyFileName": true,
  25. "minified": true,
  26. "condition": false,
  27. "coverView": false,
  28. "postcss": false,
  29. "showShadowRootInWxmlPanel": false,
  30. "ignoreUploadUnusedFiles": true,
  31. "skylineRenderEnable": false
  32. },
  33. "simulatorType": "wechat",
  34. "simulatorPluginLibVersion": {},
  35. "condition": {},
  36. "srcMiniprogramRoot": "miniprogram/",
  37. "editorSetting": {
  38. "tabIndent": "insertSpaces",
  39. "tabSize": 2
  40. },
  41. "libVersion": "2.26.0",
  42. "packOptions": {
  43. "ignore": [],
  44. "include": []
  45. },
  46. "appid": "wx0a237f7d186f8082"
  47. }