feat: add code onwer

chore: update readme.md

chore: update deps

chore: update deps

chore: update deps
This commit is contained in:
vben
2024-06-16 19:17:34 +08:00
parent 382652e0f4
commit 9278c4b416
42 changed files with 607 additions and 507 deletions

View File

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