It depends on how you package and deploy your application. For instance, if you're simply dropping the code on a server and running "npm install --production" then don't worry about it. But if you're packaging with webpack then you may be pulling in unnecessary modules. It depends on what your configuration looks like.
Also, make sure you exclude all the hot-reloading and other development stuff in your production build. That will save you a lot of bytes.