Skip to content

Commit 5fbda43

Browse files
M-R-BishopMarkPieszak
authored andcommitted
Fixed SignalR client connection for all browsers (TrilonIO#223)
1 parent bd2a9da commit 5fbda43

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Client/polyfills/polyfills.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
*/
55

66
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
7-
// import 'core-js/es6/symbol';
8-
// import 'core-js/es6/object';
9-
// import 'core-js/es6/function';
10-
// import 'core-js/es6/parse-int';
11-
// import 'core-js/es6/parse-float';
12-
// import 'core-js/es6/number';
13-
// import 'core-js/es6/math';
14-
// import 'core-js/es6/string';
15-
// import 'core-js/es6/date';
16-
// import 'core-js/es6/array';
17-
// import 'core-js/es6/regexp';
18-
// import 'core-js/es6/map';
19-
// import 'core-js/es6/set';
7+
import 'core-js/es6/symbol';
8+
import 'core-js/es6/object';
9+
import 'core-js/es6/function';
10+
import 'core-js/es6/parse-int';
11+
import 'core-js/es6/parse-float';
12+
import 'core-js/es6/number';
13+
import 'core-js/es6/math';
14+
import 'core-js/es6/string';
15+
import 'core-js/es6/date';
16+
import 'core-js/es6/array';
17+
import 'core-js/es6/regexp';
18+
import 'core-js/es6/map';
19+
import 'core-js/es6/set';
2020

2121
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
2222
// import 'classlist.js'; // Run `npm install --save classlist.js`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"webpack": "^2.2.0",
5555
"webpack-hot-middleware": "^2.12.2",
5656
"webpack-merge": "^0.14.1",
57-
"zone.js": "^0.8.5"
57+
"zone.js": "^0.8.9"
5858
},
5959
"devDependencies": {
6060
"@ngtools/webpack": "^1.3.0",

0 commit comments

Comments
 (0)