瀏覽代碼

fix: remove monaco-editor externals

NGPixel 2 年之前
父節點
當前提交
c0df6d5b69
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      ux/quasar.config.js

+ 8 - 8
ux/quasar.config.js

@@ -104,14 +104,14 @@ module.exports = configure(function (/* ctx */) {
           'prosemirror-view'
         ]
 
-        viteConf.build.rollupOptions = {
-          external: ['monaco-editor'],
-          output: {
-            globals: {
-              'monaco-editor': 'monaco-editor'
-            }
-          }
-        }
+        // viteConf.build.rollupOptions = {
+        //   external: ['monaco-editor'],
+        //   output: {
+        //     globals: {
+        //       'monaco-editor': 'monaco-editor'
+        //     }
+        //   }
+        // }
       },
       // viteVuePluginOptions: {},