project.config.json 627 B

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