project.config.json 577 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "miniprogramRoot": "dist/weapp/",
  3. "projectname": "畅享短剧",
  4. "description": "畅享短剧 ",
  5. "appid": "wxe7aa01162d73df1f",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false,
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. }
  16. },
  17. "compileType": "miniprogram",
  18. "libVersion": "2.26.0",
  19. "srcMiniprogramRoot": "dist/",
  20. "packOptions": {
  21. "ignore": [],
  22. "include": []
  23. },
  24. "condition": {},
  25. "editorSetting": {
  26. "tabIndent": "insertSpaces",
  27. "tabSize": 2
  28. }
  29. }