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. "packNpmManually": true,
  16. "packNpmRelationList": [
  17. {
  18. "packageJsonPath": "./package.json",
  19. "miniprogramNpmDistDir": "./"
  20. }
  21. ],
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. }
  27. },
  28. "condition": {},
  29. "editorSetting": {
  30. "tabIndent": "auto",
  31. "tabSize": 2
  32. },
  33. "appid": "wx3bbf84108fdc99d4"
  34. }