release: cut the 4.1.1 release (#6084)

* fix: require devtools-elements.js with the extension mentioned explicitly (#6079)

This is a workaround for the issue with `@ngtools/webpack@6.1.0-rc.2`, described here: https://github.com/NativeScript/nativescript-dev-webpack/issues/607#issuecomment-405209925

* release: cut the 4.1.1 release

* chore: Fix TS transpile error with 2.9 (#5906)
This commit is contained in:
Stanimira Vlaeva
2018-07-18 16:13:14 +01:00
committed by Dimitar Topuzov
parent 86f9d38706
commit 4cd3a328f5
4 changed files with 13 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ let fragmentId = -1;
export let moduleLoaded: boolean;
if (global && global.__inspector) {
const devtools = require("tns-core-modules/debugger/devtools-elements");
const devtools = require("tns-core-modules/debugger/devtools-elements.js");
devtools.attachDOMInspectorEventCallbacks(global.__inspector);
devtools.attachDOMInspectorCommandCallbacks(global.__inspector);
}