When pluginBuilder is used for a plugin, the dependencies of that plugin are not included in the build. This is a problem for plugins that have a builder, but also need to call some dependency at runtime to complete the module load.
Specifying that dependencies in include does not work, these are appended at the end of the built file, this causes requirejs to download it.