From 89da744e0ac7fc7304a70e2368f24ef4f1bfce08 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 6 Jul 2022 09:25:32 +0800 Subject: [PATCH] v3.8.3 reset babel --- 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 b19c6b21a..b99f00148 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': { - 'production': { + 'development': { // 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']