forked from sombochea/verdaccio-ui
fix: warning about modules with names differing in casing (#148)
This commit is contained in:
parent
584f4c141e
commit
e14729006a
@ -22,7 +22,7 @@ renderApp(App);
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
if (module.hot) {
|
if (module.hot) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
module.hot.accept('./app', () => {
|
module.hot.accept('./App', () => {
|
||||||
renderApp(App);
|
renderApp(App);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user