From dba72b8d1a16b2ee75bdfc58f6d92b4b05e343e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Sun, 8 Sep 2019 14:32:40 +0800 Subject: [PATCH] fix: support ie11 by close dynamicImport --- config/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config.ts b/config/config.ts index fadfbe6b..43c2006c 100644 --- a/config/config.ts +++ b/config/config.ts @@ -25,11 +25,11 @@ const plugins: IPlugin[] = [ // default true, when it is true, will use `navigator.language` overwrite default baseNavigator: true, }, - dynamicImport: { - loadingComponent: './components/PageLoading/index', - webpackChunkName: true, - level: 3, - }, + // dynamicImport: { + // loadingComponent: './components/PageLoading/index', + // webpackChunkName: true, + // level: 3, + // }, pwa: pwa ? { workboxPluginMode: 'InjectManifest',