Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
direct copy lib dir
  • Loading branch information
huchenlei committed Jun 14, 2024
commit a9d31b7d59f50b6d43905990cf7c8e2731efc3c9
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
}
}
},
plugins: [noBundlePlugin({ copy: '**/*.css' })],
plugins: [noBundlePlugin({ copy: ['**/*.css', 'lib/*.js'] })],
build: {
lib: {
formats: ['es'],
Expand Down