- Added a
LIVE_BINDINGS_ES_MODULES_ONLY
option to the hot client. This ensures exports proxies are slipped between commonjs modules as well as ES modules - 1677693
- Fixed an issue where Node v6 could break during the path resolution phase. The underlying issue is that Node now throws on undefined, where it previously would silently fail - 265906a