We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81e32a commit f598283Copy full SHA for f598283
src/app/main.js
@@ -10,20 +10,4 @@ import { Shell } from '@atomic-reactor/reactium-core/app/shell';
10
const { AppError } = await import('@atomic-reactor/reactium-core/app');
11
await AppError(error);
12
}
13
-
14
- /**
15
- * @description Initialize the app.
16
- */
17
- if (module.hot) {
18
- module.hot.accept(
19
- [
20
- '../../reactium_modules/@atomic-reactor/reactium-core/dependencies/index.js',
21
- '../../reactium_modules/@atomic-reactor/reactium-core/app.js',
22
- '../../reactium_modules/@atomic-reactor/reactium-core/sdk/index.js',
23
- ],
24
- () => {
25
- window.location.reload();
26
- },
27
- );
28
- }
29
})();
0 commit comments