Skip to content

Commit daad714

Browse files
Update apps/svelte.dev/src/lib/packages-meta.ts
Co-authored-by: Rich Harris <[email protected]>
1 parent e55bc4c commit daad714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const FEATURED: {
324324
{
325325
title: 'Bundler plugins',
326326
description:
327-
'<a href="https://svelte.dev/docs/kit">SvelteKit</a> comes with <a href="https://www.npmjs.com/package/@sveltejs/vite-plugin-svelte>@sveltejs/vite-plugin-svelte</a>, but you can also <a href="/docs/svelte/getting-started#Alternatives-to-SvelteKit">set things up on your own</a>',
327+
'If you’re using SvelteKit or a similar framework, this part is taken care of. If you’re <a href="/docs/svelte/getting-started#Alternatives-to-SvelteKit">setting things up on your own</a>, you will need a plugin to tell your bundler how to compile Svelte files',
328328
packages: [
329329
{ name: '@sveltejs/vite-plugin-svelte' },
330330
{ name: 'rollup-plugin-svelte' },

0 commit comments

Comments
 (0)