Open lzxb opened 2 years ago
This is pretty high importance if I'm understanding correctly. Currently we're seeing a FOUC because Vite isn't including the chunks from these modules in the SSR render. As a result, our styles aren't loading until the JS app has fully hydrated. We obviously can't bring that to production. @yyx990803 Could you comment on the feasibility of adding that ctx.modules
populating functionality to this plugin?
Module information can be collected like Vue3