I swore a few versions ago your Laravel integration properly configured Vite and tailwind.config.js?
Now it looks like you're just putting everything pre-compiled into public/assets?
Hi
Yes, this avoids build complexity. If you want a full Vite compilation with Metronic source files, we will consider adding it soon.
Thanks
If the goal is faster builds or avoiding extra config, this approach works, but it might create inconsistencies between local development and production.
That's basically my point, it seems like with v9.2+ and Tailwind v4 they threw their hands up (even in the docs) and just said "meh, only use the precompiled styles and scripts".