Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(pluginutils): Correct minimatch to picomatch (#525)
`createFilter` uses picomatch, not minimatch https://github.com/rollup/plugins/blob/5fa15590e452d568239a6d8e1c7018865c027fe4/packages/pluginutils/src/createFilter.ts#L3 The differences are pretty subtle, but I think it's important to document them for people with more specific use cases, and for people creating packages that depend on `createFilter`.
- Loading branch information