Skip to content

Commit f65a1a9

Browse files
committed
Add missing slash
1 parent 8a72a31 commit f65a1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/webpackHotDevClient.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ErrorOverlay.startReportingRuntimeErrors({
3333
module.hot.decline();
3434
}
3535
},
36-
filename: 'static/js/bundle.js',
36+
filename: '/static/js/bundle.js',
3737
});
3838

3939
if (module.hot && typeof module.hot.dispose === 'function') {

0 commit comments

Comments
 (0)