반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ts-ebml
- 재학생 등록
- recordrtcpromiseshandler
- capela
- pixi.js 7.2.0
- webm-duration-fix
- script setup
- 국립원격대학
- pixi
- ParticleContainer
- pixi.js
- ebml
- 카카오로그인API
- 피암마
- no schema entry found for unknown
- ritz calton
- 방송대
- pixi-viewport
- renderTextrue
- 중간과제
- Vue3
- the play() request was interrupted by a call to pause()
- 출석과제
- gsap/PixiPlugin
- PIXI.Graphics
- 방송통신대학
- 0원납부하기
- recordrtc
- tui-editor
- 방통대
Archives
- Today
- Total
목록JS (1)
yyZa

🥑vue3 + vite 로 구성된 프로젝트에서 error... 끄아 ... 알 수 없었던 에러가 주르르륵 ... toast-ui를 import할 때의 에러 같은데 검색해보니 종속성이 잘못되어 우회하는 스크립트를 vite.congfig에 작성하라고 한다 그래서 바로 적용해보았다 ! build: { rollupOptions: { external: ['@toast-ui/editor', '@toast-ui/editor/dist/toastui-editor.css'], }, }, 이렇게 적용 후 재배포하니 배포가 아주 깔끔히 잘되었다! 그래서 배포한 사이트에 들어가 보았더니 ... Failed to resolve module specifier "@toast-ui/editor". Relative references ..
개발일지
2023. 7. 17. 09:07