fix(core): bundle entry points and global handling (#8884)

This commit is contained in:
Martin Guillon
2020-09-23 23:48:19 +02:00
committed by GitHub
parent 9ec1939233
commit 1f790edc80
7 changed files with 9 additions and 21 deletions

View File

@@ -1,8 +1,5 @@
console.log('Loading inspector modules...');
import { initGlobal } from './globals';
if (!global.NativeScriptHasInitGlobal) {
initGlobal();
}
import './globals';
require('./debugger/webinspector-network');
require('./debugger/webinspector-dom');
require('./debugger/webinspector-css');