Browse Source

fix: remove monaco-editor externals

NGPixel 2 years ago
parent
commit
c0df6d5b69
1 changed files with 8 additions and 8 deletions
  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: {},