Hugo Alliaume

Results 329 comments of Hugo Alliaume

Hey Simon, thanks for opening the discussion! 🙏🏻 ## Symfony UX Components Personally I prefer the form `` over ``, I find it more visually distinctive between native HTML tags....

My 2 cents on this topic, because I had to deal with SVG icons and sprites in my previous job. At first, we used a static SVG sprite, and it...

> In fact with use these icons are inlined, we just avoid writing the full code everytime. So best of two worlds :) I'm not sure to understand what you...

TIL about https://symfony.com/packages 🤓 For the moment, even if that's not the primary goal of UX Icons, I can suggest you to use `.svg` files as external files, and load...

That's a nice approach too

Let's wait for 5.0 instead, and maybe we can add support for sass-loader 15 for the next minor version of Encore.

Hi, it looks like there is no patched version. The link says "patched in 3.0.0" but I don't see any release 3.0.0 in https://www.npmjs.com/package/vue-template-compiler?activeTab=versions But, since you use Vue 3...

By curiosity, how did you install Webpack Encore? AFAIK when you install a package, **only** its _"prod"_ dependencies are downloaded, not the dev dependencies.