project.config.json 629B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "appid": "wx253b63b84a9c9494",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.2.1",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "coverView": true,
  11. "es6": true,
  12. "postcss": true,
  13. "minified": true,
  14. "enhance": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "packNpmRelationList": [{
  17. "packageJsonPath": "./package.json"
  18. // "miniprogramNpmDistDir": "./miniprogram/"
  19. }],
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. }
  25. },
  26. "condition": {},
  27. "editorSetting": {
  28. "tabIndent": "insertSpaces",
  29. "tabSize": 2
  30. }
  31. }