fix bug rte code editor modal pretty print not working

This commit is contained in:
Lan Nguyen Thuy
2025-03-11 13:39:55 +07:00
parent bc488d78e4
commit 1d48261b7b
3 changed files with 10 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ export const plugins: PluginOption[] = [
},
{
src: 'node_modules/monaco-editor/esm/**/*',
dest: 'umbraco/backoffice/monaco-editor/esm',
dest: 'umbraco/backoffice/monaco-editor/vs',
},
],
}),