From 8ee702e4a21e6499b96bfc05a1012a4ae14f6736 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 14 Jun 2022 21:26:24 +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 58e8793d6..d33f9ea40 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']