Skip to content

Commit

Permalink
Include rxjs and rxjs/operators as external module
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Mar 26, 2020
1 parent 011c60e commit 712c4fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default {
"stream",
"path",
"events",
"rxjs",
"rxjs/operators",
...Object.keys(pkg.dependencies || {}),
...Object.keys(pkg.peerDependencies || {}),
],
Expand Down

0 comments on commit 712c4fd

Please sign in to comment.