It seems that wordpress is loading always Javascript resources of all plugins, despite I am only opening a specific back-end plugin. That leads to quite some trouble as some Javascript is colliding or incompatible or its simply bad to load them all together. Just imagine 2 different configured Dojo applications with different requirejs configs or similar commonjs scenarios. In top it makes no sense to load all plugins Javascript resources in every back-end component.
How do I prevent that other Javascript files from being loaded in my back-end plugin ? Do I need to 'de-queue' them manually?
Thanks from a Wordpress newbee.