refactor: HMR and webpack improvements (#7462)

* chore: update project

* refactor: clear module-name cache on orientation

* feat: add custom component in qualifiers app

* feat: enable HMR for custom components

* refactor: remove redundant check

* chore: clean console.log
This commit is contained in:
Alexander Vakrilov
2019-07-08 11:11:14 +03:00
committed by GitHub
parent d8ef044469
commit 8756b3da16
77 changed files with 349 additions and 168 deletions

View File

@@ -185,7 +185,7 @@ export var test_XmlParser_NamespacesTest = function () {
};
export function test_MultiParserTemplate() {
const xml = global.loadModule("xml-parser-tests/itemTemplates.xml");
const xml = global.loadModule("xml-parser-tests/itemTemplates.xml", true);
const view: any = builder.parse(xml);
TKUnit.assertNotNull(view.items);