Unverified Commit c0df6d5b authored by NGPixel's avatar NGPixel

fix: remove monaco-editor externals

parent 9ecaebba
...@@ -104,14 +104,14 @@ module.exports = configure(function (/* ctx */) { ...@@ -104,14 +104,14 @@ module.exports = configure(function (/* ctx */) {
'prosemirror-view' 'prosemirror-view'
] ]
viteConf.build.rollupOptions = { // viteConf.build.rollupOptions = {
external: ['monaco-editor'], // external: ['monaco-editor'],
output: { // output: {
globals: { // globals: {
'monaco-editor': 'monaco-editor' // 'monaco-editor': 'monaco-editor'
} // }
} // }
} // }
}, },
// viteVuePluginOptions: {}, // viteVuePluginOptions: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment