From 5945537ade04647d5c718dda2d3b5e6e3aab25d3 Mon Sep 17 00:00:00 2001
From: wuzh <ku29@qq.com>
Date: Mon, 13 Jun 2022 21:34:59 +0800
Subject: [PATCH] WebSecurityConfigurerAdapter 过时更新
---
ruoyi-ui/babel.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/babel.config.js b/ruoyi-ui/babel.config.js
index b732c91..58e8793 100644
--- a/ruoyi-ui/babel.config.js
+++ b/ruoyi-ui/babel.config.js
@@ -4,10 +4,10 @@
'@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']
}
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3