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 b7fece0 commit b9eafc6Copy full SHA for b9eafc6
lib/loader.js
@@ -149,7 +149,7 @@ module.exports = function (content) {
149
// unknown lang, infer the loader to be used
150
switch (type) {
151
case 'template':
152
- return defaultLoaders.html + '!' + templateLoaderPath + '?raw-loader&engine=' + lang + '!'
+ return defaultLoaders.html + '!' + templateLoaderPath + '?raw&engine=' + lang + '!'
153
case 'styles':
154
loader = addCssModulesToLoader(defaultLoaders.css, part, index)
155
return loader + '!' + rewriter + lang + '-loader!'
0 commit comments