123456789101112131415161718192021222324252627282930313233 |
- {
- "development": {
- "scripts": [
- "masonry.pkgd.min.js",
- "/qrious.js",
- "/ckeditor/ckeditor.js",
- "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
- ],
- "proxy": [
- {
- "target": "http://127.0.0.1:8888",
- "from": "/api",
- "to": "/api"
- }
- ]
- },
- "test": {
- "scripts": [
- "masonry.pkgd.min.js",
- "/qrious.js",
- "/ckeditor/ckeditor.js",
- "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
- ]
- },
- "production": {
- "scripts": [
- "masonry.pkgd.min.js",
- "/qrious.js",
- "/ckeditor/ckeditor.js",
- "http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"
- ]
- }
- }
|