Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

39 lines (19 loc) · 1.53 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.2 (2018-01-26)

Bug Fixes

  • 当loader的options.name包含[path]时,替换正则有问题 #2 (ce2ddd6)

2.4.1 (2018-01-26)

Bug Fixes

  • Failed to replaces hash when loader is a actual file name. (a680db2)

2.4.0 (2017-06-15)

Bug Fixes

  • Fixed match failed error (6fa484c)
  • When hash is greater than 9, the replacement fails (03c45f0)

Features

  • Added exts options (8b0ff83)
  • Replace assetsDomain with publicPath (fdef6a1)
  • Rule.query only exists for compatibility reasons. Use Rule.options instead. (445e20e)