From 083358b89a028ef819d13782edba23a749a02de3 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 6 Jul 2022 09:25:06 +0800 Subject: [PATCH] =?UTF-8?q?v3.8.3=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-admin/babel.config.js b/yudao-ui-admin/babel.config.js index b99f00148..b19c6b21a 100644 --- a/yudao-ui-admin/babel.config.js +++ b/yudao-ui-admin/babel.config.js @@ -4,7 +4,7 @@ module.exports = { '@vue/cli-plugin-babel/preset' ], 'env': { - 'development': { + 'production': { // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. 'plugins': ['dynamic-import-node']