You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chokidar v4 no longer supports glob patterns in watch mode. @ima/plugin-cli allows additionalWatchPaths configuration in ima-plugin.config.js file and it currently supports glob patterns. If we want to keep glob pattern support, we need to add our own implementation.
The text was updated successfully, but these errors were encountered:
Breaking Changes
Chokidar v3 -> v4
@ima/cli
+@ima/plugin-cli
Chokidar v4 no longer supports glob patterns in watch mode.
@ima/plugin-cli
allowsadditionalWatchPaths
configuration inima-plugin.config.js
file and it currently supports glob patterns. If we want to keep glob pattern support, we need to add our own implementation.The text was updated successfully, but these errors were encountered: