fix: remove monaco-editor externals

This commit is contained in:
NGPixel
2023-05-05 22:35:13 +00:00
parent 9ecaebba32
commit c0df6d5b69
+8 -8
View File
@@ -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: {},