From 5c3a108a7161d0d31ac9edd7f5f7bc836a9c0eda Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 2 May 2018 09:59:42 +0800 Subject: [PATCH] docs: add site babel-polyfill --- site/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/index.js b/site/index.js index 572938ff6..1aa3622aa 100644 --- a/site/index.js +++ b/site/index.js @@ -1,3 +1,4 @@ +import 'babel-polyfill' import '../components/style.js' import './index.less' import 'highlight.js/styles/solarized-light.css'