We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bd533 commit 3ca725fCopy full SHA for 3ca725f
1 file changed
src/tree/utils.js
@@ -6,6 +6,7 @@ export function getModulePathParts(moduleData) {
6
}
7
8
const loaders = moduleData.name.split('!');
9
+ // Removing loaders from module path: they're joined by `!` and the last part is a raw module path
10
const parsedPath = loaders[loaders.length - 1]
11
.split('/')
12
.slice(1)
0 commit comments