fix: remove monaco-editor externals

pull/6775/head
NGPixel 2 years 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' '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: {},

Loading…
Cancel
Save