Conversation
|
I might have to re-evaluate the use of |
|
That change sounds totally fine to me! Thanks :) As per your question, I reckon I'm not entirely sure I understand what the difference between mode and env is. Am I missing something? |
|
There's a tiny bit of difference. |
|
Ah I see! I think for now the priority is to resolve the fact that HMR is not working properly. You solution is totally fine with me. If somehow this not coherent enough, I guess we can take it to the next step and tweak slightly. Thank you again 🙏🏻 |
needHmrkeeps on failing due to Vite's check forconfig.isProduction, refer to https://github.com/vitejs/vite/blob/b2d972e53b59329695f74e01893b21ec5c136ffd/packages/vite/src/node/config.ts#L391-L395undefinedforpluginsmakes themergeAndConcatfail when user adds their own plugin.Resolves #26