Error: html-webpack-plugin could not minify the generated output.
In production mode the html minifcation is enabled by default.
If you are not generating a valid html output please disable it manually.
You can do so by adding the following setting to your HtmlWebpackPlugin config:
|
| minify: false
|
See
https://github.com/jantimon/html-webpack-plugin#options
for details.
npm run build를 했는데 위와 같은 에러가 났다!
검색을 했더니
github.com/jantimon/html-webpack-plugin/issues/1368
위와 같은 스레드가 나왔고,
href 주변에 오타가 있을 가능성에 href를 키워드로 찾아봤다.
실제로 아래와 같은 오타가 있었고,
태그를 잘 닫아주니 build가 제대로 됐다!
프로젝트를 build할 때, html를 압축 (html minify)하기위해 웹팩이 html-loader로 읽어들이는데,
loader가 오타 때문에 제대로 읽어들이 지 못해 발생했던 에러이다!
'개발 관련 개념들' 카테고리의 다른 글
IntelliJ에서 Gradle기반 스프링 프로젝트 실행 - 오류 해결 로그 (0) | 2021.04.20 |
---|---|
[JWT] 클라이언트 쪽에서 JWT 사용 - React / Redux (0) | 2021.04.20 |
git 충돌 시 해결법 (0) | 2021.04.06 |
윈도우즈 (Windows 10) 에서 우분투 (Ubuntu) 설치하기 (0) | 2020.11.18 |
마크다운 (Markdown) (0) | 2020.11.12 |
댓글