mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Add missing slash
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user