From 5084f6da410d9a947269211421d957e56f9cb8c2 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Tue, 5 Sep 2023 17:05:48 +0800 Subject: [PATCH] =?UTF-8?q?externals=20=E5=8E=BB=E6=8E=89react-i18next?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/web/webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/web/webpack.config.js b/config/web/webpack.config.js index df17dbf..ff48f8b 100644 --- a/config/web/webpack.config.js +++ b/config/web/webpack.config.js @@ -1011,8 +1011,6 @@ module.exports = function (webpackEnv) { '@wangeditor/editor': 'wangEditor', // '@wangeditor/basic-modules': 'WangEditorBasicModules', 这里跑起来初始化会有个BUG,先不弄了 '@fingerprintjs/fingerprintjs': 'FingerprintJS', - i18next: 'i18next', - 'react-i18next': 'ReactI18next', 'bn.js': 'BN', }, };