We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d34e7 commit 0f62327Copy full SHA for 0f62327
index.js
@@ -74,7 +74,7 @@ module.exports = {
74
* @return {Array} Broccoli vendor tree
75
*/
76
treeForVendor(vendorTree) {
77
- if (this.env !== 'development') { return vendorTree; }
+ if (this.env === 'production') { return vendorTree; }
78
79
const tree = [];
80
if (vendorTree) { tree.push(vendorTree); }
0 commit comments