diff --git a/src/plugins/index.js b/src/plugins/index.js index 0df6e1373..e31cdde91 100644 --- a/src/plugins/index.js +++ b/src/plugins/index.js @@ -60,6 +60,11 @@ const exportedPlugins: Array>> = Array.from( (plugin.gatekeeper && !GK.get(plugin.gatekeeper)) || disabledPlugins.indexOf(plugin.name) > -1 ) { + console.warn( + 'Plugin %s will be ignored as user is not part of the gatekeeper "%s".', + plugin.name, + plugin.gatekeeper, + ); return null; } else { try {