기능 하나 추가하려니 -build- 라는걸 쓰니까, 이미 빌드된거라 다른걸 추가하면 충돌나면서
ckeditor-duplicated-modules 이런 에러가 발생한다.
해결하려면 online builder로 zip 파일을 받거나
vite나 webpack을 이용하여 원하는 플러그인을 추가한 다음 빌드해서 써야 하는 것으로 보인다.
[링크 : https://github.com/ckeditor/ckeditor5-vue/issues/215]
[링크 : https://ckeditor.com/docs/ckeditor5/latest/installation/integrations/vuejs-v3.html#webpack]
[링크 : https://2jun0.tistory.com/27]
'Programming > vue.js' 카테고리의 다른 글
vue webpack (0) | 2024.04.19 |
---|---|
vue import "@" (0) | 2024.04.19 |
vue3 ckeditor5 document editor 추가하기 (0) | 2024.04.18 |
vue 입력창 포커스 설정 (0) | 2024.03.28 |
vue proxy (0) | 2024.03.26 |