Skip to content

Commit

Permalink
fix: css split added
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Jun 10, 2023
1 parent fb2f4ba commit f9cfdbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
],
build: {
minify: true,
cssCodeSplit: true,
lib: {
entry: path.resolve(__dirname, 'src/lib/index.ts'),
name: 'react-component-library',
Expand Down

0 comments on commit f9cfdbc

Please sign in to comment.