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',