인프런 커뮤니티 질문&답변
webpack.config.js 설정
작성
·
827
0
webpack.config.js 설정할 때
@ckeditor/ckeditor5-dev-utils
@ckeditor/ckeditor5-dev-webpack-plugin
위 두 파일에 대한 선언 파일을 찾을 수 없다고 뜨네요
npm으로 설치까지 했는데요
module "C:/Users/backb/Desktop/blog/client/node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/lib/index"
모듈 '@ckeditor/ckeditor5-dev-webpack-plugin'에 대한 선언 파일을 찾을 수 없습니다. 'C:/Users/backb/Desktop/blog/client/node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/lib/index.js'에는 암시적으로 'any' 형식이 포함됩니다.
해당 항목이 있는 경우 'npm i --save-dev @types/ckeditor__ckeditor5-dev-webpack-plugin'을(를) 시도하거나, 'declare module '@ckeditor/ckeditor5-dev-webpack-plugin';'을(를) 포함하는 새 선언(.d.ts) 파일 추가ts(7016)
해당 항목이 있는 경우 'npm i --save-dev @types/ckeditor__ckeditor5-dev-webpack-plugin'을(를) 시도하거나, 'declare module '@ckeditor/ckeditor5-dev-webpack-plugin';'을(를) 포함하는 새 선언(.d.ts) 파일 추가ts(7016)
퀴즈
대규모 React 애플리케이션에서 Redux를 사용하는 주된 이유는 무엇일까요?
컴포넌트의 스타일링을 위해서
애플리케이션의 전역 상태 관리를 중앙화하기 위해서
사용자 인증 속도를 높이기 위해서
데이터베이스 연결을 직접 처리하기 위해서
답변 1
0
싸플
지식공유자
https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source.html#webpack-configuration
가장최신 설정법입니다.
참고하시기 바랍니다.




