Skip to content

Commit

Permalink
feat(vite-plugin): add support for vite@5
Browse files Browse the repository at this point in the history
The `No loader is configured for ".po" files` was fixed in `vite@5.0.9`.

Resolves lingui#1805
  • Loading branch information
monholm committed Jan 3, 2024
1 parent cd269b6 commit 355fd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@lingui/conf": "4.6.0"
},
"peerDependencies": {
"vite": "3 - 4"
"vite": "^3 || ^4 || ^5.0.9"
},
"devDependencies": {
"@lingui/format-json": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,7 +3495,7 @@ __metadata:
vite: 4.1.4
vite-plugin-babel-macros: ^1.0.6
peerDependencies:
vite: 3 - 4
vite: ^3 || ^4 || ^5.0.9
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 355fd96

Please sign in to comment.