|
@@ -27,7 +27,7 @@ Astro builds on top of Vite, and supports both Vite and Rollup plugins. This rec
|
|
|
27
27
|
</Fragment>
|
|
28
28
|
<Fragment slot="yarn">
|
|
29
29
|
```shell
|
|
30
|
-
yarn add @rollup/plugin-yaml --
|
|
30
|
+
yarn add @rollup/plugin-yaml --dev
|
|
31
31
|
```
|
|
32
32
|
</Fragment>
|
|
33
33
|
</PackageManagerTabs>
|