Skip to content

Commit b92b1e4

Browse files
committed
disable all configuration loaders when selecting parts
1 parent e747944 commit b92b1e4

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
@@ -59,8 +59,8 @@ module.exports = function (content) {
5959

6060
function getRequireString (type, part, index, scoped) {
6161
return loaderUtils.stringifyRequest(loaderContext,
62-
// disable system loaders (except post loaders)
63-
'-!' +
62+
// disable all configuration loaders
63+
'!!' +
6464
// get loader string for pre-processors
6565
getLoaderString(type, part, scoped) +
6666
// select the corresponding part from the vue file

0 commit comments

Comments
 (0)