Skip to content

Commit

Permalink
Add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 2, 2017
1 parent 8a72a31 commit f65a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/webpackHotDevClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ErrorOverlay.startReportingRuntimeErrors({
module.hot.decline();
}
},
filename: 'static/js/bundle.js',
filename: '/static/js/bundle.js',
});

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

0 comments on commit f65a1a9

Please sign in to comment.