@whyframe/vue
@whyframe/vue
exports a Vite plugin with the options below:
Options
include
- Type:
string | RegExp | (string | RegExp)[]
- Default:
/\.vue$/
A picomatch pattern, or array of patterns, which specifies the files the plugin should operate on.
exclude
- Type:
string | RegExp | (string | RegExp)[]
A picomatch pattern, or array of patterns, which specifies the files to be ignored by the plugin.
parserOptions
- Type:
ParserOptions
Custom parser options to be passed to @vue/compiler-dom
.