project.config.json 649 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "description": "",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "babelSetting": {
  10. "ignore": [],
  11. "disablePlugins": [],
  12. "outputPath": ""
  13. },
  14. "coverView": false,
  15. "enhance": false,
  16. "showShadowRootInWxmlPanel": false,
  17. "packNpmRelationList": [],
  18. "ignoreUploadUnusedFiles": true
  19. },
  20. "compileType": "miniprogram",
  21. "condition": {},
  22. "editorSetting": {
  23. "tabIndent": "insertSpaces",
  24. "tabSize": 2
  25. },
  26. "libVersion": "2.28.0",
  27. "packOptions": {
  28. "ignore": [],
  29. "include": []
  30. },
  31. "appid": "wx0000000000000000"
  32. }