Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 83de00d

Browse files
author
vakrilov
committed
fix(xml-ns-loader): remove wrong register of xml
1 parent 321abc4 commit 83de00d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: xml-namespace-loader.js

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ module.exports = function (source, map) {
6262
resolvePromise(this.context, `${localModulePath}.xml`)
6363
.then((xml) => {
6464
namespaces.push({ name: `${moduleName}.xml`, path: xml });
65-
namespaces.push({ name: moduleName, path: xml });
6665
this.addDependency(xml);
6766
})
6867
.catch(() => {

0 commit comments

Comments
 (0)