Expo CLI and config/plugins

Hi,

I would like to use recently released @expo/config-plugin to add react-native-blob-util in my project

I have the following issue
Package "react-native-blob-util" does not contain a valid config plugin.

Running this command
EXPO_DEBUG=true expo prebuild

I see that expo-cli will directly look into expo-cli (which has not been updated yet)

Is there any way to use a more recent version of @expo/config-plugin?

 at requirePluginFile (.../expo-cli/node_modules/@expo/config-plugins/src/utils/plugin-resolver.ts:184:12)
    at resolveConfigPluginFunctionWithInfo (.../expo-cli/node_modules/@expo/config-plugins/src/utils/plugin-resolver.ts:113:14)
    at resolveConfigPluginFunction (.../expo-cli/node_modules/@expo/config-plugins/src/utils/plugin-resolver.ts:101:22) ```