project.config.json 764B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "civilized-miniapp",
  4. "description": "云致公众号",
  5. "appid": "wxd3bab568bc42d1de",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "enhance": false,
  10. "compileHotReLoad": false,
  11. "postcss": false,
  12. "minified": false,
  13. "babelSetting": {
  14. "ignore": [],
  15. "disablePlugins": [],
  16. "outputPath": ""
  17. },
  18. "condition": false
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "2.31.1",
  22. "srcMiniprogramRoot": "dist/",
  23. "packOptions": {
  24. "ignore": [],
  25. "include": []
  26. },
  27. "condition": {},
  28. "editorSetting": {
  29. "tabIndent": "insertSpaces",
  30. "tabSize": 4
  31. }
  32. }