vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
551 stars 47 forks source link

How to create serverBundle with vite? #21

Open Lpmvb opened 2 years ago

Lpmvb commented 2 years ago

How to create serverBundle with vite?

SecretPocketCat commented 2 years ago

@Lpmvb Have you ever figured out how to do this and/or handle preloading? I recall reading somewhere bundleRenderer is coupled to Webpack.

niksy commented 2 years ago

Also looking for this. Original server renderer is made to work with Webpack, but it would be great to have all modules exposed to use with Vite.

Lpmvb commented 2 years ago

https://github.com/nuxt/vite/pull/201

niksy commented 2 years ago

@Lpmvb have you managed to achieve this with linked PR?