Skip to content

Commit e2e532f

Browse files
committed
fix: bump version after updating react version
1 parent 5c3ca80 commit e2e532f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
fileName: (format) => `index.${format}.js`,
2525
},
2626
rollupOptions: {
27+
// Specifies external dependencies that should not be bundled into the library.
2728
external: [
2829
'react',
2930
'react-dom',

0 commit comments

Comments
 (0)