Add missing slash

This commit is contained in:
Dan Abramov
2017-09-02 13:54:33 -07:00
parent 8a72a314bc
commit f65a1a90a7

View File

@@ -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') {