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 e747944 commit b92b1e4Copy full SHA for b92b1e4
lib/loader.js
@@ -59,8 +59,8 @@ module.exports = function (content) {
59
60
function getRequireString (type, part, index, scoped) {
61
return loaderUtils.stringifyRequest(loaderContext,
62
- // disable system loaders (except post loaders)
63
- '-!' +
+ // disable all configuration loaders
+ '!!' +
64
// get loader string for pre-processors
65
getLoaderString(type, part, scoped) +
66
// select the corresponding part from the vue file
0 commit comments