Fix monkey patching + support older version of node
- Fixes #12 which was causing weird issues when using
console
in certain contexts. - Lowers the browser target component as
esnext
is too high for many codebases. We now targetes6
.
console
in certain contexts.esnext
is too high for many codebases. We now target es6
.