project.config.json 665 B

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