I am using ag-grid but came to know about it's huge bundle size which makes it impossible to add it into the website due to the obvious concerns being raised about increase in bundle size.
I have tried the approach to use modules @ag-grid-community/core which again is 1.88mb in bundle size.
Is there any other approach to decrease the bundle size further and exclude different modules?
Is it the similar case with ag-grid-enterprise? I can see if I include it without license it download ag-grid-community/core module too which again defeat the purpose.
