IlyaSemenov/nuxt-vite-legacy

Re-export module options from @vitejs/plugin-legacy

Closed this issue · 1 comments

We need to re-export @vitejs/plugin-legacy options type instead of copy-pasting it, as this is not only sub-optional but simply wrong. Users having @vitejs/plugin-legacy@4.0 have false expectation that they can use renderModernChunks.

Unfortunately, this requires implementation at upstream: vitejs/vite#14931

Fixed in #8.