This repository has been archived by the owner on May 23, 2019. It is now read-only.
v1.0.4 — Fixed Support for ES3 + Browserify/Webpack
This patch release actually fixes #90 so that the Browserify/Webpack output is compatible with ES3 environments. The previous release had .default
s in the transpiled CommonJS modules, the es6-module-transpiler
has been updated to fix that, and this release contains those fixes.