how to remove or reduce unsused javascripts in React webpack?

Because of performance issues, I need to remove or reduce unused codes in build time.
This is my unused bytes in coverage tab of developer tools.

enter image description here

I need a tested, best practice way of solving this problem.

I would greatly appreciate any help you can provide.