v9.11.0
- Disable Babel modules transform for dependencies. Allows consuming dependencies that use top-level
this
. (#455) - Add option babelifyDeps to disable transpiling dependencies. This is intended as a stopgap measure until a faster/reliable way to transpile ES2015+ code from dependencies is implemented. (#422)