Skip to content

v13.4.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 03 Nov 18:58
· 254 commits to main since this release

New

  • In production mode, Scoped IDs are now generated using file content to ensure consistency when distributing built files. Note in dev mode, scope IDs are still generated using file paths because that is required to ensure consistent file requests across edits in order to support hot-reload.

  • transformToRequire option now support wildcard tags (e.g. { '*': 'src' })

Fixed

  • Fixed srcset transforms for absolute URLs (#1005)
  • Fix /deep/ CSS transform when used at the start of a selector (#1035)