cleanup webpack

This commit is contained in:
djmaze 2020-08-07 16:28:30 +02:00
parent 6d29acb7eb
commit ecbe543b15
10 changed files with 44 additions and 68 deletions

View file

@ -1,6 +1,5 @@
import window from 'window';
import ko from 'ko';
import progressJs from 'progressJs';
import { root } from 'Common/Links';
import { getNotification } from 'Common/Translator';
@ -182,8 +181,8 @@ class AdminApp extends AbstractApp {
}
bootend(bootendCallback = null) {
if (progressJs) {
progressJs.end();
if (window.progressJs) {
window.progressJs.end();
}
if (bootendCallback) {