Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: add plugin-legacy override to codeflow config (#12229)
  • Loading branch information
patak-dev committed Feb 28, 2023
1 parent a8fa9cc commit e701277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stackblitz/codeflow.json
@@ -1,7 +1,8 @@
{
"pnpm": {
"overrides": {
"vite": "./packages/vite"
"vite": "./packages/vite",
"@vitejs/plugin-legacy": "./packages/plugin-legacy"
}
}
}

0 comments on commit e701277

Please sign in to comment.