We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b9cbc commit 5f05ba2Copy full SHA for 5f05ba2
src/Console/InstallCommand.php
@@ -42,7 +42,7 @@ private function getDependencies(): ?string
42
return 'vue';
43
}
44
45
- if (isset($dependencies['@vitejs/plugin-svelte'])) {
+ if (isset($dependencies['@sveltejs/vite-plugin-svelte'])) {
46
return 'svelte';
47
48
0 commit comments