frandiox / vite-ssr

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

Fix generated `package.json` during build #189

Closed frandiox closed 1 year ago

frandiox commented 1 year ago

Vite 3+ defaults to ESM and we need to consider this when writing the package.json file.