Skip to content

Releases: oklas/react-app-alias

react-app-alias-v1.1.0

25 Feb 09:45
Compare
Choose a tag to compare

react-app-alias-v1.1.0 (2022-02-25)

Features

  • process config file form extends section of tsconfig #59 (2e3079c)

react-app-alias-ex-v2.0.0

25 Feb 10:40
Compare
Choose a tag to compare

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

Bug Fixes

  • function alias renamed to aliasWebpack #60 (c9a6d38)

Features

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.