skip to Main Content

Use Jquery in Laravel Vite

I get an error when try to import jquery in laravel VITE, jquery seems to be loaded in my compiled javascript: Uncaught TypeError: window.$ is not a function at dashboard:1823:12 (anonimo) @ dashboard:1823 [Violation]Forced reflow while executing JavaScript took 72ms…

VIEW QUESTION

Vite manifest not found – CPanel

I Working on project that working with laravel 9 and Vite with laravel-vite, In Dev environment all thing working fine, but in production cPanel server I has this issue Vite manifest not found at: /home/???????/cart_shop/public/build/manifest.json # With Missing Vite Manifest…

VIEW QUESTION

Vite Reload Loop – Docker

I am trying to finish a migration away from Parcel and into Vite. We use caddy to reverse proxy a custom domain locally through a Docker container. The issue I'm having is that when I load the client in browser…

VIEW QUESTION
Back To Top
Search