Skip to content

Commit a2d5300

Browse files
authored
Add polyfill for Chrome 24
1 parent 4604c5e commit a2d5300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-dev-utils/webpackHotDevClient.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*/
77

88
'use strict';
9+
require('core-js');
10+
require('react-app-polyfill/ie9');
911

1012
// This alternative WebpackDevServer combines the functionality of:
1113
// https://github.com/webpack/webpack-dev-server/blob/webpack-1/client/index.js

0 commit comments

Comments
 (0)