فهرست منبع

feat:monacoEditorPlugin去除

ananzhusen 1 سال پیش
والد
کامیت
786c8afeea
1فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 7 7
      vite.config.ts

+ 7 - 7
vite.config.ts

@@ -4,7 +4,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
 import * as path from 'path';
 import * as fs from 'fs';
 import formidable from 'formidable';
-import monacoEditorPlugin from 'vite-plugin-monaco-editor';
+// import monacoEditorPlugin from 'vite-plugin-monaco-editor';
 
 // https://vitejs.dev/config/
 export default defineConfig({
@@ -13,12 +13,12 @@ export default defineConfig({
     vue(),
     vueJsx(),
     // fileList(),
-    monacoEditorPlugin({
-      // customDistPath: () => {
-      //   return 'v/monacoeditorwork';
-      // },
-      publicPath: 'https://assets.le5lecdn.com/v/monacoeditorwork',
-    }),
+    // monacoEditorPlugin({
+    //   // customDistPath: () => {
+    //   //   return 'v/monacoeditorwork';
+    //   // },
+    //   publicPath: 'https://assets.le5lecdn.com/v/monacoeditorwork',
+    // }),
   ],
   resolve: {
     alias: {