From ed9c9b8b21a719a5ae5cf7326f364d960096ee28 Mon Sep 17 00:00:00 2001 From: Ersin Ertan <4809853+ersin-ertan@users.noreply.github.com> Date: Fri, 25 Jun 2021 08:50:57 -0400 Subject: [PATCH] Add Vite to intro's officially maintained plug-ins (#6446) --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index d75a9a626c..a6b97db22f 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -4,8 +4,9 @@ title: Making an app This tutorial is designed to get you familiar with the process of writing components. But at some point, you'll want to start writing components in the comfort of your own text editor. -First, you'll need to integrate Svelte with a build tool. There are officially maintained plugins for [Rollup](https://rollupjs.org) and [webpack](https://webpack.js.org/)... +First, you'll need to integrate Svelte with a build tool. There are officially maintained plugins for [Vite](https://vitejs.dev/), [Rollup](https://rollupjs.org) and [webpack](https://webpack.js.org/)... +* [vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte) * [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) * [svelte-loader](https://github.com/sveltejs/svelte-loader)