When the last plugin of a chain was returning None, the whole chain return None instead of the last non-None result. For example, chain LessPlugin with UglifyPlugin and you get all your .less files unprocessed.