heavyai / heavyai-crossfilter

JavaScript library for exploring large multivariate datasets in the browser.
Other
51 stars 20 forks source link

mapd-crossfilter stopped working after upgrading to babel7 and webpack4 #80

Open sandipp opened 5 years ago

sandipp commented 5 years ago

:beetle: bug

https://gist.github.com/sandipp/282bbbc1d23e6e9c2d8e2b01dc1077d7

paradom commented 4 years ago

Did you ever find a way to get around this issue? I am running into the same thing

sandipp commented 4 years ago

@paradom Yeah, I did hacky fix changing into the library exports function.

paradom commented 4 years ago

I am not really sure what you mean, would it be possible to show me what you changed?