@rolldown/pluginutils 1.0.0-rc.7 → 1.0.0-rc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ const myPlugin = {
|
|
|
40
40
|
### Composable Filters
|
|
41
41
|
|
|
42
42
|
> [!WARNING]
|
|
43
|
-
> Composable filters are not yet supported in
|
|
43
|
+
> Composable filters are not yet supported in Vite or unplugin. They can be used in Rolldown plugins only.
|
|
44
44
|
|
|
45
45
|
```ts
|
|
46
46
|
import { and, id, include, moduleType, query } from '@rolldown/pluginutils';
|