We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c604da commit 848d7e2Copy full SHA for 848d7e2
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