|  | @@ -39,7 +39,7 @@ export default defineConfig({
 | 
												
													
														
															|  |    proxy: proxy[REACT_APP_ENV || 'dev'],
 |  |    proxy: proxy[REACT_APP_ENV || 'dev'],
 | 
												
													
														
															|  |    manifest: { basePath: '/' },
 |  |    manifest: { basePath: '/' },
 | 
												
													
														
															|  |    extraBabelPlugins: [
 |  |    extraBabelPlugins: [
 | 
												
													
														
															|  | -    ['babel-plugin-import', { libraryName: 'antd', libraryDirectory: 'es', style: true }, '@formily/antd'],
 |  | 
 | 
												
													
														
															|  | 
 |  | +    ['babel-plugin-import', { libraryName: 'antd', libraryDirectory: 'es', style: true }, 'antd'],
 | 
												
													
														
															|  |      [
 |  |      [
 | 
												
													
														
															|  |        'babel-plugin-import',
 |  |        'babel-plugin-import',
 | 
												
													
														
															|  |        { libraryName: '@formily/antd', libraryDirectory: 'es', style: true },
 |  |        { libraryName: '@formily/antd', libraryDirectory: 'es', style: true },
 |