Relative Content

Tag Archive for javascriptvitemime-types

MIME type errors while importing SimpleLightbox inside module type script

I use Vite bundler. I have a script that imports SimpleLightbox (installed with ‘npm i simplelightbox’) and its CSS, and at this point I get an invalid MIME type error. When I run the server through ‘npm run dev’ everything works fine unlike ‘npm run preview’ or the VS Code extension ‘Live Server’.