diff --git a/lib/core/Project.js b/lib/core/Project.js index e67c44e1..409e137c 100644 --- a/lib/core/Project.js +++ b/lib/core/Project.js @@ -366,7 +366,6 @@ Project.prototype._bootstrap = function (targets, resolved, incompatibles) { // Configure the manager and kick in the resolve process return this._manager .configure({ - production: this._production, targets: targets, resolved: resolved, incompatibles: incompatibles,