Skip to content

Commit a8836f0

Browse files
authored
fix: compatible with vue-loader experimentalInlineMatchResource (#232)
1 parent a641341 commit a8836f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const defaultOptions: Options = {
1717
'**/*.tsx',
1818
'**/*.jsx',
1919
'**/*.vue?vue&type=script*',
20+
/\.vue\.[tj]sx?\?vue/,
2021
],
2122
exclude: [/[/\\]node_modules[/\\]/, /[/\\]\.git[/\\]/, /[/\\]\.nuxt[/\\]/],
2223
lib: 'element-plus',

0 commit comments

Comments
 (0)