project.config.json 763 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "pluginRoot": "plugin/",
  4. "compileType": "plugin",
  5. "appid": "wxdd372c87e2fab30b",
  6. "projectname": "wx-custom-plugin",
  7. "description": "",
  8. "setting": {
  9. "urlCheck": true,
  10. "es6": true,
  11. "es7": true,
  12. "enhance": false,
  13. "compileHotReLoad": false,
  14. "postcss": false,
  15. "minified": true,
  16. "newFeature": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. },
  22. "condition": false
  23. },
  24. "pluginAppid": "wx5ef216d1caf4a0ea",
  25. "libVersion": "3.2.0",
  26. "srcMiniprogramRoot": "miniprogram/",
  27. "packOptions": {
  28. "ignore": [],
  29. "include": []
  30. },
  31. "condition": {},
  32. "editorSetting": {
  33. "tabIndent": "insertSpaces",
  34. "tabSize": 2
  35. }
  36. }