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 d517342 commit 5096187Copy full SHA for 5096187
lib/loader.js
@@ -79,7 +79,7 @@ module.exports = function (content) {
79
80
function getRequireForImportString (type, impt, scoped) {
81
return loaderUtils.stringifyRequest(loaderContext,
82
- '-!' +
+ '!!' +
83
getLoaderString(type, impt, scoped) +
84
impt.src
85
)
0 commit comments