摘要: 在src目录中创建 setupProxy.js文件 添加如下配置 const createProxyMiddleware = require('http-proxy-middleware') module.exports = function (app) { app.use( createProxy 阅读全文
posted @ 2021-07-30 15:22 _Otis 阅读(197) 评论(0) 推荐(0) 编辑
摘要: const CracoLess = require('craco-less') const CracoAntDesign = require('craco-antd') const path = require('path') module.exports = { plugins: [ // 针对L 阅读全文
posted @ 2021-07-30 15:20 _Otis 阅读(352) 评论(0) 推荐(0) 编辑