Is splitVendorChunkPlugin supported? #519
Unanswered
frankykubo
asked this question in
Q&A
Replies: 3 comments 3 replies
-
@frankykubo were you able to find a solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rodri91 Hi, I don't really remember, but I've taken a look into the mentioned vite.config.ts and I dont have |
Beta Was this translation helpful? Give feedback.
3 replies
-
@tarmooo it did work for me but i had to define everything i want to split explicitly, here's is what my vite config kinda looked like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a simple question. When I build my host app with enabled
splitVendorChunkPlugin
, the result is white page with no errors and no logs in browser.When I remove the plugin, the page would normally load and I can see the result I want.
Am I doing something wrong here?
My vite.config.ts of host app:
Beta Was this translation helpful? Give feedback.
All reactions