From e8fbf5fdbdb1f4a08adeb5d149205ae56fb4b0e4 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 14 Jun 2022 21:26:14 +0800 Subject: [PATCH] reset babel --- ruoyi-ui/babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/babel.config.js b/ruoyi-ui/babel.config.js index 58e8793..d33f9ea 100644 --- a/ruoyi-ui/babel.config.js +++ b/ruoyi-ui/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']