remove commonInterop option from register

This commit is contained in:
Sebastian McKenzie 2014-12-10 21:33:30 +11:00
parent b986a4e482
commit d00faf4a72

View File

@ -89,7 +89,6 @@ var loader = function (m, filename) {
whitelist: whitelist,
blacklist: blacklist,
sourceMap: true,
modules: "commonInterop",
ast: false
}, transformOpts));