Skip to content

Commit

Permalink
front: bundling du diff editor avec l'éditeur
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Feb 25, 2025
1 parent 79e93d6 commit cc41877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions front/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export default defineConfig(async ({ mode }) => {
else if (id.match(/\/monaco-editor\/esm\/vs\/editor\/common/)) {
return 'writerEditorCommon'
}
else if (id.match(/\/monaco-editor\/.+\/diffEditor/)) {
return 'writerTextEditorDiff'
}
else if (id.match(/\/monaco-editor\/esm\/vs\/editor/)) {
return 'writerTextEditor'
}
Expand Down

0 comments on commit cc41877

Please sign in to comment.