mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
fix(@angular/cli): add a dependency to RXJS (#4465)
Projects dont have a problem with it because they have that dependency directly, but global installs dont have rxjs and will error out.
This commit is contained in:
parent
570f016d0d
commit
39fa206562
@ -1,8 +1,9 @@
|
||||
/*eslint-disable no-console */
|
||||
|
||||
// Prevent the dependency validation from tripping because we don't import zone.js. We need
|
||||
// Prevent the dependency validation from tripping because we don't import these. We need
|
||||
// it as a peer dependency of @angular/core.
|
||||
// require('zone.js')
|
||||
// require('rxjs')
|
||||
|
||||
|
||||
// This file hooks up on require calls to transpile TypeScript.
|
||||
|
Loading…
x
Reference in New Issue
Block a user