Skip to content

Commit bcd16cb

Browse files
author
Shane Osbourne
committed
fix: ie11 support
1 parent 59eb01a commit bcd16cb

12 files changed

Lines changed: 6339 additions & 470 deletions

File tree

packages/browser-sync-client/lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
///<reference path="types.ts"/>
2+
import "core-js/es/object/assign"
3+
import 'element-scroll-polyfill';
24
import { Observable } from "rxjs/Observable";
35
import { BehaviorSubject } from "rxjs/BehaviorSubject";
46
import { zip } from "rxjs/observable/zip";

0 commit comments

Comments
 (0)