You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use you helper splitVendor() to try to split the vendor js (590Kb) into many chunks but I did not succeed.
I think the exemple should include this natively (who wants do download 590Kb of js at ones).
I would like to extract vendors: react, redux, and other big ones.
I am interested in the redux-ssr branch so there is no js at all that is run on client side when you connect to the website the first time which mean having a lot of chunk and taking advantage of http2 would be a very good thing.
Can you help me with that?
The text was updated successfully, but these errors were encountered:
rolele
changed the title
The example client.js is 590Kb how can we make it smaller?
The example vendor.js is 590Kb how can we make it smaller?
Jun 23, 2017
Ok thanks, I will have to understand how the commons chunk plugin work first before I could contribute to your package (which is a wrapper around this plugin if I understand well).
For now, I am unable to contribute, we will see in the future.
I tried to use commons chunk plugin directly on ARC without success so far.
I tried to use you helper splitVendor() to try to split the vendor js (590Kb) into many chunks but I did not succeed.
I think the exemple should include this natively (who wants do download 590Kb of js at ones).
I would like to extract vendors: react, redux, and other big ones.
I am interested in the redux-ssr branch so there is no js at all that is run on client side when you connect to the website the first time which mean having a lot of chunk and taking advantage of http2 would be a very good thing.
Can you help me with that?
The text was updated successfully, but these errors were encountered: