Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit bc2f6f1

Browse files
Alexander Vakrilovrosen-vladimirov
Alexander Vakrilov
authored andcommitted
fix(xml-ns-loader): remove wrong register of xml (#940)
1 parent 9e8c921 commit bc2f6f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎xml-namespace-loader.js‎

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /