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 b8c359c commit 733c810Copy full SHA for 733c810
lib/loader.js
@@ -248,7 +248,9 @@ module.exports = function (content) {
248
// scopeId,
249
// cssModules
250
// )
251
- output += 'var Component = require(' + JSON.stringify(componentNormalizerPath) + ')(\n'
+ output += 'var Component = require(' +
252
+ loaderUtils.stringifyRequest(loaderContext, '!' + componentNormalizerPath) +
253
+ ')(\n'
254
255
// <script>
256
output += ' /* script */\n '
0 commit comments