how to optimize page speed and performance in React webpack.config.js

My React page speed report from Lighthouse is :

enter image description here

I need optimized webpack.config.js settings to have high performance and accessibility.

Also, I’m working around google page speed suggestions like using react.lazy and etc in my code,
but I need tested optimized webpack config.

I would greatly appreciate any help you can provide.