Because plugins are "blocks" of custom code that extend the functionality of your app, installed plugins are all compiled at the same time when your app is loaded. As a result, all of the Plugins installed in your app must be able to co-exist in the same environment. Sometimes, plugins can collide with each other and cause unexpected behavior, especially when they share similar resource names. While we strongly recommend plugin developers try their best to not overwrite some common parts of the browser code, this doesn't always happen. While these compatibility issues are hard to know in advance, we will try our best to document any known compatibility issues here until we implement a system of separating plugin code in runmode.