kefirjs / kefir

A Reactive Programming library for JavaScript
https://kefirjs.github.io/kefir/
MIT License
1.87k stars 97 forks source link

Stop bundling `symbol-observable` #294

Open mAAdhaTTah opened 5 years ago

mAAdhaTTah commented 5 years ago

The build currently bundles in symbol-observable into the output. This may cause some code duplication if other packages are using it. The downside is the esm build would no longer be usable from unpkg in the browser directly.