Does anyone know why I am getting duplicates of the webpack runtimes in the bundle?
It's adding multiple numbers after the ? and the browser is seeing them as new files.
- dev-server.js?
- dev-server.js?52d4
- dev-server.js?53d4*
See the file tree on the left:
Why is it doing this? I just want one copy of the file in the bundle.