Webpack 실행시 Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
에러가 뜬다면,
ENTRY 혹은 OUTPUT 경로가 잘못된 것이다.
또는
버젼이 잘못되어졌을 수도 있다.
npm i extract-text-webpack-plugin@next
으로 설치해주자.
'개발 > Web Programming' 카테고리의 다른 글
[JSP] 웹 어플리케이션의 구조 및 구성 요소 (0) | 2019.11.27 |
---|---|
[JSP] Servlet과 JSP란? (0) | 2019.11.27 |
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client (0) | 2019.11.22 |
multer 란? (0) | 2019.11.21 |
Pug template (0) | 2019.11.20 |