mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore: Add theme=null export for vite build error (#37462)
* fix: Vite build error * test: Update snapshot * chore: Update snapshot
This commit is contained in:
@@ -67,6 +67,7 @@ Array [
|
||||
"Upload",
|
||||
"message",
|
||||
"notification",
|
||||
"theme",
|
||||
"version",
|
||||
]
|
||||
`;
|
||||
|
||||
@@ -16,6 +16,9 @@ if (
|
||||
}
|
||||
/* @remove-on-es-build-end */
|
||||
|
||||
// Fix vite build error
|
||||
export const theme = null;
|
||||
|
||||
export { default as Affix } from './affix';
|
||||
export type { AffixProps } from './affix';
|
||||
export { default as Alert } from './alert';
|
||||
|
||||
@@ -67,6 +67,7 @@ Array [
|
||||
"Upload",
|
||||
"message",
|
||||
"notification",
|
||||
"theme",
|
||||
"version",
|
||||
]
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user