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.
type
1 parent b2d7ffb commit 41af4b6Copy full SHA for 41af4b6
src/pluginWebpack5.ts
@@ -236,7 +236,7 @@ const langBlockRuleResource = (
236
): string => `${resource}.${query.lang}`
237
238
const jsRuleCheck = (query: qs.ParsedUrlQuery): boolean => {
239
- return query.lang === 'template'
+ return query.type === 'template'
240
}
241
242
const jsRuleResource = (query: qs.ParsedUrlQuery, resource: string): string =>
0 commit comments