I've been using Babel 6 in my latest project, and have a simple script that is distributed to our users. However, our legal team won't allow distributing code that includes the Facebook BSD-style license ( read: https://news.ycombinator.com/item?id=8985541 ), which is causing a problem since Babel includes the Facebook regenerator-runtime
.
I've double-checked, and the regenerator-runtime
is included in babel-core
. Is there any way around including this dependency, or a way to replace it with another?