mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
db40f03d68
`"rxjs"` is [preferable][rxjs-pkg-name] in a CommonJS context, e.g. node. Existing embark code is `require`-ing from the unscoped package name, which worked in the monorepo because some other dependency specifies `"rxjs"` and yarn hoists it to the root of the workspace. In a production install of embark, though, `require('rxjs')` was failing. [rxjs-pkg-name]: https://github.com/ReactiveX/rxjs/issues/2577