Skip to content

Commit

Permalink
fix: ie11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Mar 16, 2023
1 parent 59eb01a commit bcd16cb
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 bcd16cb

Please sign in to comment.