Skip to content

세션2-웹팩(Webpack)-기본편 : 로더 #1

@4BFC

Description

@4BFC

issue

  • '로더' 재수강 필요
  • '자주 사용하는 로더' 재수강 필요

description

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions