Skip to content

Commit

Permalink
front: bundling de yjs avec l'éditeur
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Feb 25, 2025
1 parent cc41877 commit 8e708c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/)) {
Expand Down

0 comments on commit 8e708c4

Please sign in to comment.