Skip to content

Commit

Permalink
fix: ie11 support (#2024)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Osbourne <[email protected]>
  • Loading branch information
shakyShane and Shane Osbourne committed Mar 16, 2023
1 parent 59eb01a commit 87421b5
Show file tree
Hide file tree
Showing 12 changed files with 6,339 additions and 470 deletions.
2 changes: 2 additions & 0 deletions packages/browser-sync-client/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
///<reference path="types.ts"/>
import "core-js/es/object/assign"
import 'element-scroll-polyfill';
import { Observable } from "rxjs/Observable";
import { BehaviorSubject } from "rxjs/BehaviorSubject";
import { zip } from "rxjs/observable/zip";
Expand Down

0 comments on commit 87421b5

Please sign in to comment.