Skip to content

Commit 39082d4

Browse files
committed
support chaining with other loaders
1 parent 0d769c1 commit 39082d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ module.exports = function (content) {
6767
getLoaderString(type, part, index, scoped) +
6868
// select the corresponding part from the vue file
6969
getSelectorString(type, index || 0) +
70-
// the url to the actual vuefile
71-
filePath
70+
// the url to the actual vue file, including remaining requests
71+
loaderUtils.getRemainingRequest(loaderContext)
7272
)
7373
}
7474

0 commit comments

Comments
 (0)