I recently put together a project using Vite Lit Element Typescript and everything seemed to be running smoothly on the development server. However, when I tried running npm run build
, only the compiled JS file was outputted to the /dist
folder without any HTML or CSS files.
Does anyone know how I can obtain the full static files similar to what we get with ReactJs projects?
If you need more context, feel free to check out this sample Vite project here. Also, here's a helpful link to the Vite guide: Vite Guide