diff --git a/src/app/main.js b/src/app/main.js index 8bbcb7d..56ce957 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -14,19 +14,7 @@ __webpack_public_path__ = window.resourceBaseUrl || '/assets/js/'; await AppError(error); } - /** - * @description Initialize the app. - */ if (module.hot) { - module.hot.accept( - [ - '../.././.core/dependencies/index.js', - '../.././.core/app.js', - '../.././.core/sdk/index.js', - ], - () => { - window.location.reload(); - }, - ); + module.hot.accept(['../../.core/app/shell.js'], window.location.reload); } })();