I just noticed that this package pulls in babel-polyfill. Since that shims the environment that seems like a bit of an unindented side-effect of using this package.
Instead perhaps this package should be tested with explicit Node.js versions and then the polyfill can be removed.
I just noticed that this package pulls in
babel-polyfill. Since that shims the environment that seems like a bit of an unindented side-effect of using this package.Instead perhaps this package should be tested with explicit Node.js versions and then the polyfill can be removed.