mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 06:38:41 +00:00
chore: add plugin-legacy override to codeflow config (#12229)
This commit is contained in:
parent
a8fa9cc704
commit
e701277b5f
@ -1,7 +1,8 @@
|
||||
{
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "./packages/vite"
|
||||
"vite": "./packages/vite",
|
||||
"@vitejs/plugin-legacy": "./packages/plugin-legacy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user