lanjianrong 4 лет назад
Родитель
Сommit
8b4b97009d
1 измененных файлов с 0 добавлено и 10 удалено
  1. 0 10
      config/config.js

+ 0 - 10
config/config.js

@@ -82,20 +82,10 @@ export default defineConfig({
         camel2DashComponentName: false
       },
       '@icon-park/react'
-    ],
-    [
-      'import',
-      {
-        libraryName: 'antd',
-        libraryDirectory: 'es',
-        style: 'less'
-      }
     ]
   ],
   chainWebpack(config, { env }) {
     config.plugin('windicss').use('windicss-webpack-plugin')
-    // config.plugin('moment2dayjs').use('antd-dayjs-webpack-plugin')
-
     if (env === 'production') {
       config.merge({
         optimization: {