mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
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:
committed by
GitHub
parent
d8ef044469
commit
8756b3da16
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user