File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,23 @@ export default {
17
17
18
18
## Options
19
19
20
- See [ @vue/babel-plugin-jsx ] ( https://github.com/vuejs/jsx-next ) .
20
+ ### include
21
+
22
+ Type: ` (string | RegExp)[] | string | RegExp | null `
23
+
24
+ Default: ` /\.[jt]sx$/ `
25
+
26
+ A [ picomatch pattern] ( https://github.com/micromatch/picomatch ) , or array of patterns, which specifies the files the plugin should operate on.
27
+
28
+ ### exclude
29
+
30
+ Type: ` (string | RegExp)[] | string | RegExp | null `
31
+
32
+ Default: ` undefined `
33
+
34
+ A [ picomatch pattern] ( https://github.com/micromatch/picomatch ) , or array of patterns, which specifies the files to be ignored by the plugin.
35
+
36
+ > See [ @vue/babel-plugin-jsx ] ( https://github.com/vuejs/jsx-next ) for other options.
21
37
22
38
## HMR Detection
23
39
You can’t perform that action at this time.
0 commit comments