We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a72a31 commit f65a1a9Copy full SHA for f65a1a9
packages/react-dev-utils/webpackHotDevClient.js
@@ -33,7 +33,7 @@ ErrorOverlay.startReportingRuntimeErrors({
33
module.hot.decline();
34
}
35
},
36
- filename: 'static/js/bundle.js',
+ filename: '/static/js/bundle.js',
37
});
38
39
if (module.hot && typeof module.hot.dispose === 'function') {
0 commit comments