12345678910111213141516171819202122232425 |
- {
- "plugins": [
- [
- "build-plugin-fusion",
- {
- "themePackage": "@alifd/theme-design-pro"
- }
- ],
- [
- "build-plugin-moment-locales",
- {
- "locales": [
- "zh-cn"
- ]
- }
- ]
- ],
- "proxy": {
- "/**": {
- "enable": true,
- "target": "http://127.0.0.1:8081"
- }
- },
- "publicPath": "./"
- }
|