diff --git a/docs/using-plugins.md b/docs/using-plugins.md index 5f7c246ce..317543b8a 100644 --- a/docs/using-plugins.md +++ b/docs/using-plugins.md @@ -126,7 +126,7 @@ export default defineConfig({ // to improve performance, modules will be skipped if they don't match the filters. filters: { // only be executed for .png files. - resolvedPaths: ['\\.txt$'] + resolvedPaths: ['\\.png$'] }, // executor callback for this hook executor: (params, context) => {