From bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 16:15:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/sd-jg-school-web into master

---
 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