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:
二货爱吃白萝卜
2022-09-08 15:21:42 +08:00
committed by GitHub
parent 986bd02d6d
commit 7c087deded
3 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ Array [
"Upload",
"message",
"notification",
"theme",
"version",
]
`;

View File

@@ -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';

View File

@@ -67,6 +67,7 @@ Array [
"Upload",
"message",
"notification",
"theme",
"version",
]
`;