From 8e708c4f41b752033693c10be688e6d73d509b05 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Tue, 25 Feb 2025 15:40:11 +0100 Subject: [PATCH] =?UTF-8?q?front:=20bundling=20de=20yjs=20avec=20l'=C3=A9d?= =?UTF-8?q?iteur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/vite.config.js b/front/vite.config.js index 3d1a0bc54..3645319e3 100644 --- a/front/vite.config.js +++ b/front/vite.config.js @@ -40,7 +40,7 @@ export default defineConfig(async ({ mode }) => { else if (id.match(/\/(@geist-ui\/core|i18next)\//)) { return 'ui' } - else if (id.match(/\/monaco-editor\/esm\/vs\/editor\/common/)) { + else if (id.match(/\/(monaco-editor\/esm\/vs\/editor\/common|yjs|y-.+)/)) { return 'writerEditorCommon' } else if (id.match(/\/monaco-editor\/esm\/vs\/editor/)) {