frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
823 stars 91 forks source link

Bug: bad SSR index.html rendering. #211

Closed phlegx closed 1 year ago

phlegx commented 1 year ago

Hi!

I get a blank page after build for production and serve.

In dist/server/main.js the template has <div id=app></div> without ". Any idea?

phlegx commented 1 year ago

Sorry a bad html-minifier was the problem.