project.config.json_bak 670 B

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