Skip to content

Commit

Permalink
add browserlist as a peer to @embroider/vite
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Dec 5, 2024
1 parent 4493754 commit 385c102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"peerDependencies": {
"@embroider/core": "workspace:^",
"vite": "^5.2.0"
"vite": "^5.2.0",
"browserslist": "*"
},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 385c102

Please sign in to comment.