local.json 528 B

1234567891011121314151617181920212223242526
  1. {
  2. "development": {
  3. "scripts": [
  4. "masonry.pkgd.min.js",
  5. "/ckeditor/ckeditor.js",
  6. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  7. ],
  8. "proxy": [
  9. {
  10. "target": "http://127.0.0.1:8888",
  11. "from": "/api",
  12. "to": "/api"
  13. }
  14. ]
  15. },
  16. "test": {
  17. "scripts": [
  18. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  19. ]
  20. },
  21. "production": {
  22. "scripts": [
  23. "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
  24. ]
  25. }
  26. }