Fix always loading issue on IE11
In some pages like server view page, always in loading status.
Import babel-polyfill to solve cross browser issue on HTML5/CSS3,
especially for the older browsers.
Tested:
launch IE11 visit https://BMC_IP_ADDR
Change-Id: Ib8e59e236171fff595ac1e5df3a9111005b39268
Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
diff --git a/package.json b/package.json
index 35c6b78..1bdf934 100644
--- a/package.json
+++ b/package.json
@@ -50,6 +50,7 @@
"autoprefixer": "9.1.5",
"babel-core": "6.26.3",
"babel-loader": "8.0.2",
+ "babel-polyfill": "^6.26.0",
"compression-webpack-plugin": "2.0.0",
"copy-webpack-plugin": "4.5.2",
"csp-html-webpack-plugin": "^2.5.0",