mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
prevent a build loop when building tests of plugin-containing packages
This commit is contained in:
@@ -218,6 +218,7 @@ var compileSlice = function (unipackage, inputSlice, packageLoader,
|
||||
// have circular build-time dependencies.
|
||||
_.each(inputSlice.uses, function (dependency) {
|
||||
if (! dependency.weak && ! dependency.unordered &&
|
||||
dependency.package !== unipackage.name &&
|
||||
packageLoader.containsPlugins(dependency.package)) {
|
||||
activePluginPackages.push(
|
||||
packageLoader.getPackage(dependency.package));
|
||||
|
||||
Reference in New Issue
Block a user