Netflix / falcor

A JavaScript library for efficient data fetching

Home Page:http://netflix.github.io/falcor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status of RxJS / webpack

val-samonte opened this issue · comments

The webpack issue with RxJS is 2 years ago (Reactive-Extensions/RxJS#832). Is this already been resolved without relying in "alias"? I can't use Falcor into my Angular 4 project generated by the CLI. I have an option to "ng eject" from it just to get the webpack.config, but I really don't want to mess with it.

What version of falcor are you using? We've published 2.0.0-rc1 if you'd like to try it (or 1.0.0-rc2 as explained in #864). In both cases Rx is no longer a direct dependency, which means that if you continue having issues there's something specific to falcor going on.

If you're still having an issue with 1.x or 2.x, could you dump some more info here?

Also, I've published 2.0.0-rc2 and 1.0.0-rc3 as it looks like rx was erroneously not yet moved into devDependencies (fixed in #868).

@val-samonte - The 1.0.0 release, which we published to npm last week, should have resolved this, in addition to the 2.0.0-rc2 mentioned above. Closing out for now, but feel free to re-open if you're still seeing it with 1.0.0, for example.