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 ef3c4c7 commit c09e0c1Copy full SHA for c09e0c1
src/core/unplugin.ts
@@ -12,7 +12,7 @@ const PLUGIN_NAME = 'unplugin:webpack'
12
13
export default createUnplugin<Options>((options = {}) => {
14
const filter = createFilter(
15
- options.include || [/\.vue$/, /\.vue\?vue/],
+ options.include || [/\.vue$/, /\.vue\?vue/, /\.vue\?v=/],
16
options.exclude || [/[\\/]node_modules[\\/]/, /[\\/]\.git[\\/]/, /[\\/]\.nuxt[\\/]/],
17
)
18
const ctx: Context = new Context(options)
0 commit comments