Skip to content

Commit

Permalink
change browser list to last 2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aycact committed Oct 5, 2024
1 parent 025f4b8 commit 01b70ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { browserslistToTargets } from 'lightningcss'
export default defineConfig({
css: {
lightningcss: {
targets: browserslistToTargets(browserslist('>= 0.25%')),
targets: browserslistToTargets(browserslist('last 2 versions')),
}
},
build: {
Expand Down

1 comment on commit 01b70ed

@vercel
Copy link

@vercel vercel bot commented on 01b70ed Oct 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.