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