mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
fix: remove monaco-editor externals
This commit is contained in:
+8
-8
@@ -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: {},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user