Skip to content

Commit

Permalink
fix(bundling): missing external dependency 'rxjs/operators'
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Apr 4, 2020
1 parent 7e37221 commit baa7af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ gulp.task('rollup-bundle', (cb) => {

// Rxjs dependencies
'rxjs': 'rxjs',
"rxjs/operators": "rxjs.operators",

// ATTENTION:
// Add any other dependency or peer dependency of your library here
Expand Down

0 comments on commit baa7af8

Please sign in to comment.