diff --git a/config/config.js b/config/config.js index 0466108356a2eeb35802f9db8ff8b163c370f7fd..b652e9779c52d7c96cc52ffd9f96d5f844e6e54e 100644 --- a/config/config.js +++ b/config/config.js @@ -59,6 +59,13 @@ export default { externals: { '@antv/data-set': 'DataSet', }, + // proxy: { + // '/server/api/': { + // target: 'https://preview.pro.ant.design/', + // changeOrigin: true, + // pathRewrite: { '^/server': '' }, + // }, + // }, ignoreMomentLocale: true, lessLoaderOptions: { javascriptEnabled: true,