You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file-loader를 통해서 file의 options를 설정 후 build를 하게되면 dist 폴더에 의도치 않는 hash값의 이미지가 빌드된다. 뿐만아니라 options의 name: '[name].[ext]?.[hash]', 부분을 name: '[name].[ext]',으로 수정을 했음에도 계속해서 hash값으로 build되는 현상이 있음. 정화한 이유는 모르겠으나 정황상 webpack의 버전 문제로 인해서 일 수도 있다는 생각을 했다. file-loader가 아니라 url-loader 또한 마찬가지인 결과이다. 2회독을 할 때 이부분을 다시 짚어 볼 필요가 있어 issue를 생성 하였다.
issue
description
file-loader를 통해서 file의options를 설정 후build를 하게되면dist폴더에 의도치 않는hash값의 이미지가 빌드된다. 뿐만아니라options의name: '[name].[ext]?.[hash]',부분을name: '[name].[ext]',으로 수정을 했음에도 계속해서hash값으로build되는 현상이 있음. 정화한 이유는 모르겠으나 정황상 webpack의 버전 문제로 인해서 일 수도 있다는 생각을 했다.file-loader가 아니라url-loader또한 마찬가지인 결과이다. 2회독을 할 때 이부분을 다시 짚어 볼 필요가 있어 issue를 생성 하였다.