From a04addf65be877a704de0136fcf3b02aef79fe0c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 25 Oct 2022 15:53:45 +0800
Subject: [PATCH] 更新依赖

---
 babel.config.js |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/babel.config.js b/babel.config.js
index d4b2059..8b9b4c2 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,7 +1,25 @@
+/*
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2022-10-21 14:09:00
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2022-10-25 15:51:46
+ * @FilePath: \sd-jg-school-web\babel.config.js
+ * @Description:
+ *
+ * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
+ */
 module.exports = {
+    // presets: [
+    //     '@vue/cli-plugin-babel/preset'
+    // ],
     presets: [
-        '@vue/cli-plugin-babel/preset'
-    ]
+        '@vue/app'
+    ],
+    env: {
+        development: {
+            plugins: ['dynamic-import-node']
+        }
+    }
 
     // presets: ['@vue/app', {
     //     useBuiltIns: 'entry'

--
Gitblit v1.9.3