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 8e708c4 commit 77717ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions front/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ export default defineConfig(async ({ mode }) => {
rollupOptions: {
output: {
manualChunks (id, { getModuleInfo }) {
if (id.match(/\/(yjs|y-.+)\//)) {
return 'collaboration'
}
else if (id.match(/\/(@rjsf\/.+|biblatex-csl-converter)\//)) {
if (id.match(/\/(@rjsf\/.+|biblatex-csl-converter)\//)) {
return 'metadata'
}
else if (id.match(/\/pagedjs\//)) {
Expand Down

0 comments on commit 77717ff

Please sign in to comment.