zhn
zhn
I am not familiar with this feature, it can be added to the roadmap
If there is a document, please send it to me. I seem to have missed the document and did not see the function of this feature.
This feature will start to be developed recently
I've been too busy recently, so I'll prioritize it this weekend.
vite modulePreload will bring "shared module" forward and execute it before init. I can't disable this behavior. The difficulties have been solved and I can implement it, but work has...
@smelukov Before completion, you can manually specify the shared module ``` shared: { "react-dom/client": {}, "moduleA/path1/path2": {} } ```
My external is a dynamic import, but it has been modified to synchronous import. I will provide an example this afternoon ---- Replied Message ---- | From | Hiroshi ***@***.***>...
Thank you for your help. Disabling hoistTransitiveImports has not taken effect ---- Replied Message ---- | From | Hiroshi ***@***.***> | | Date | 08/26/2024 07:58 | | To |...
@hi-ogawa I wrote a reproducible [example](https://github.com/zhangHongEn/vite/tree/example)  #### rollup  #### vite 
@hi-ogawa This works, I'll do it this way first, thanks for your help