I am wondering that does CRA removes unused parts of modules on production build? Let's say that I am using a little part of a module which is 1MB, is there any way to minify the module and get the part that I want? If CRA does not do this, how can I do this?