Browserify couldn't resolve "require('rx')"#72
Browserify couldn't resolve "require('rx')"#72aokros wants to merge 4 commits intoReactive-Extensions:masterfrom
Conversation
|
+1 |
|
@aokros it was |
|
Bower is a horror-show, IMO.
Bower needs to fade away. |
|
Also, I don't use Browserify often, but it's my understanding that it uses |
|
@mattpodwysocki This is a tricky question since the way we use browserify is not the "standard" way, if there is a "standard" way at all. We use it with "debowerify" and the npm packages are on a different path, so the browserify can only access the "debowerified" packages. |
I've made a simple fix in the "support for build optimizers" part of intro.js since it tried to require the non-existent "rx" bower package. As the result of the fix now it depends on the existing "rxjs" bower package thus it's possible to use rxjs-dom with browserify.