perf: Improve the global loading display

This commit is contained in:
vben
2024-06-02 23:50:58 +08:00
parent e650a0b863
commit 77d40dc763
14 changed files with 111 additions and 57 deletions

View File

@@ -33,7 +33,7 @@ function defineLibraryConfig(options: DefineLibraryOptions = {}) {
build: {
lib: {
entry: 'src/index.ts',
fileName: () => 'index.mjs',
fileName: 'index.mjs',
formats: ['es'],
},
rollupOptions: {