diff --git a/config/config.js b/config/config.js index 04661083..b652e977 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,