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 */) {
'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: {},
......
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