From 88be0d2bed82e2b1c301069156132107707e308b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sun, 7 Oct 2018 16:44:22 +0800 Subject: [PATCH] support to IE11 --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 8ebc914b..852fdda9 100644 --- a/config/config.js +++ b/config/config.js @@ -15,7 +15,7 @@ export default { hmr: true, }, targets: { - ie: 9, + ie: 11, }, locale: { enable: true, // default false -- GitLab