fix: remove monaco-editor externals

pull/6775/head
NGPixel 1 year ago
parent 9ecaebba32
commit c0df6d5b69
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -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: {},

Loading…
Cancel
Save