Skip to content

Commit

Permalink
docs: update filters config and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonR committed Mar 8, 2024
1 parent 4ebe4c3 commit 8676190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ Components({
// Allow for components to override other components with the same name
allowOverrides: false,

// filters for transforming targets
// Filters for transforming targets
// Your filters config will merge into default config
include: [/\.vue$/, /\.vue\?vue/],
exclude: [/[\\/]node_modules[\\/]/, /[\\/]\.git[\\/]/, /[\\/]\.nuxt[\\/]/],

Expand Down

0 comments on commit 8676190

Please sign in to comment.