diff --git a/src/content/blog/working-with-vite-in-ddev.md b/src/content/blog/working-with-vite-in-ddev.md index 184ddafb..db72696a 100644 --- a/src/content/blog/working-with-vite-in-ddev.md +++ b/src/content/blog/working-with-vite-in-ddev.md @@ -451,22 +451,24 @@ Example repositories: [Andrew Morton](https://github.com/mortona42) gave some information about the current state, thanks very much! -- Vite module: https://www.drupal.org/project/vite - -This uses Vite's manifest.json to map enabled Drupal library files to the compiled versions in /dist, or to the vite server in dev mode. - -Here is a theme I contributed, with instructions for how to set it up with DDEV in the readme files. I'm trying to detail all the configuration possibilities we might need, with defaults that should work out of the box. - -- https://www.drupal.org/project/unocss_starter (uses Vite) - -I'm blogging about the process here: https://www.drupalarchitect.info/projects/unocss-starter-theme - -There are a handful of devs working on using Vite to bundle assets multiple modules/themes in Drupal. Looks like Vite and Foxy are becoming the leading solutions. - -- https://www.drupal.org/project/foxy -- Working POC: https://github.com/darvanen/drupal-js - -I think we'll be seeing a lot of new things in this area over the next year. +> Vite module: [https://www.drupal.org/project/vite](https://www.drupal.org/project/vite) +> +> This uses Vite's manifest.json to map enabled Drupal library files to the compiled versions in /dist, or to the vite server in dev mode. +> +> Here is a theme I contributed, with instructions for how to set it up with DDEV in the readme files. I'm trying to detail all the configuration possibilities we might need, with defaults that should work out of the box. +> +> [https://www.drupal.org/project/unocss_starter](https://www.drupal.org/project/unocss_starter) (uses Vite) +> +> I'm blogging about the process here: [https://www.drupalarchitect.info/projects/unocss-starter-theme](https://www.drupalarchitect.info/projects/unocss-starter-theme) +> +> There are a handful of devs working on using Vite to bundle assets multiple modules/themes in Drupal. Looks like Vite and Foxy are becoming the leading solutions. +> +> [https://www.drupal.org/project/foxy](https://www.drupal.org/project/foxy) +> +> Working POC: [https://github.com/darvanen/drupal-js](https://github.com/darvanen/drupal-js) +> +> I think we'll be seeing a lot of new things in +this area over the next year. #### Laravel