From 567e16d31b9750d6ce9ead0d730ddaa59bb20589 Mon Sep 17 00:00:00 2001 From: Matthias Andrasch <777278+mandrasch@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:46:30 +0200 Subject: [PATCH] remove blockquote since textlint does not recognize urls in there --- src/content/blog/working-with-vite-in-ddev.md | 34 +++++++++---------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/content/blog/working-with-vite-in-ddev.md b/src/content/blog/working-with-vite-in-ddev.md index 9615e930..184ddafb 100644 --- a/src/content/blog/working-with-vite-in-ddev.md +++ b/src/content/blog/working-with-vite-in-ddev.md @@ -451,24 +451,22 @@ 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 + +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. #### Laravel