Browse Source

feat: support next version antd (#9203)

pull/9214/head
陈帅 4 years ago
committed by GitHub
parent
commit
718592d93c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/config.ts

1
config/config.ts

@ -39,6 +39,7 @@ export default defineConfig({
// Theme for antd: https://ant.design/docs/react/customize-theme-cn // Theme for antd: https://ant.design/docs/react/customize-theme-cn
theme: { theme: {
'primary-color': defaultSettings.primaryColor, 'primary-color': defaultSettings.primaryColor,
'root-entry-name': 'default',
}, },
// esbuild is father build tools // esbuild is father build tools
// https://umijs.org/plugins/plugin-esbuild // https://umijs.org/plugins/plugin-esbuild

Loading…
Cancel
Save