From 9aa1be821be13168026e0a22878b12297349bbd1 Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期三, 10 三月 2021 00:05:27 +0800
Subject: [PATCH] chore: typo

---
 src/main.ts |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index ae524a3..4669b11 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -1,14 +1,6 @@
 import '/@/design/index.less';
 import '@virtual/windi.css';
 
-// Do not introduce on-demand in local development?
-// In the local development for on-demand introduction, the number of browser requests will increase by about 20%.
-// Which may slow down the browser refresh.
-// Therefore, all local development is introduced, and the production environment is introduced on demand
-if (import.meta.env.DEV) {
-  import('ant-design-vue/dist/antd.less');
-}
-
 import { createApp } from 'vue';
 import App from './App.vue';
 

--
Gitblit v1.8.0