mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
fix: xml namespace loader test
This commit is contained in:

committed by
Nathan Walker

parent
696389d031
commit
c9455e67ad
@ -129,7 +129,7 @@ async function parseXML(content: string): Promise<ParseResult> {
|
||||
await resolveAsync(this.context, `${noExtFilename}.css`)
|
||||
.then((css) => {
|
||||
this.addDependency(css);
|
||||
// namespaces.push({ name: `${moduleName}.css`, path: css });
|
||||
namespaces.push({ name: `${moduleName}.css`, path: css });
|
||||
})
|
||||
.catch(noop);
|
||||
};
|
||||
|
Reference in New Issue
Block a user