From c7f79abded9ad2e29f297da4a04a641b96b61c5e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 12 十月 2019 09:51:22 +0800 Subject: [PATCH] add-datamanage --- config/webpack.config.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config/webpack.config.js b/config/webpack.config.js index 1b851c7..6591fda 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -378,6 +378,7 @@ }, }, ], + // ['import', {libraryName: 'antd', style: true}], ], // This is a feature of `babel-loader` for webpack (not Babel itself). // It enables caching results in ./node_modules/.cache/babel-loader/ @@ -402,6 +403,7 @@ require.resolve('babel-preset-react-app/dependencies'), { helpers: true }, ], + // ['import',{libraryName:'antd',style:true}], ], cacheDirectory: true, cacheCompression: isEnvProduction, -- Gitblit v1.8.0