Ensure default exported classes keep entry in export table (#5488)

This commit is contained in:
Brian Ng
2017-04-09 18:39:15 -05:00
committed by Logan Smyth
parent 769eddc788
commit cd9bb7ba10
13 changed files with 20 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = undefined;
var _last2 = require("lodash/last");