Skip to content

Commit

Permalink
Merge pull request #26536 from inokawa/patch-1
Browse files Browse the repository at this point in the history
Docs: Fix example with `@sveltejs/vite-plugin-svelte` in MIGRATION.md
  • Loading branch information
valentinpalkovic authored Mar 17, 2024
2 parents 51206f8 + 4b54f37 commit eb5f439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export default defineConfig({

```ts
import { defineConfig } from "vite";
import svelte from "@sveltejs/vite-plugin-svelte";
import { svelte } from "@sveltejs/vite-plugin-svelte";

export default defineConfig({
plugins: [svelte()],
Expand Down

0 comments on commit eb5f439

Please sign in to comment.