Skip to content

react-app-alias-v2.0.0

Compare
Choose a tag to compare
@oklas oklas released this 25 Feb 10:39
· 42 commits to master since this release

react-app-alias-v2.0.0 (2022-02-25)

Bug Fixes

  • function alias renamed to aliasWebpack #60 (c9a6d38)

Features

  • migrate to alias options #58 (c6c20f5)
  • process config file form extends section of tsconfig #59 (930ee59)

BREAKING CHANGES

  • Functions aliasWebpack and aliasJest will receive object with options instead of alias map. Alias map will be option alias in object of options.
  • The alias function has been renamed to aliasWebpack to improve the readability of the rewire API, as part of a major release along with a rename of the library itself.