Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Subwaytime/vite-aliases

v0.11.8

05 Jan 14:27

Choose a tag to compare

  • chore: update packages
  • fix vite dependency

v0.11.7

29 May 12:53

Choose a tag to compare

  • chore: update packages

v0.11.6

08 Mar 16:52

Choose a tag to compare

Typescript was not properly detected in some cases, so this should fix it!

v0.11.5

29 Jan 11:01

Choose a tag to compare

v0.11.4

15 Jan 09:43

Choose a tag to compare

  • chore: update packages

v0.11.3

27 Aug 12:23

Choose a tag to compare

  • chore: update packages

v0.11.2

28 May 13:40

Choose a tag to compare

  • Add silent option
  • Fix some Bugs in example

v0.11.1

19 May 18:16

Choose a tag to compare

  • Add new override config Option ovrConfig - This will basically replace the entire config paths block even if you have already set paths in there.
  • Default prefix has been changed from @ to ~;
  • Update dependencies/packages

v0.11.0

08 Mar 18:22

Choose a tag to compare

  • minify build (should save some bytes)
  • add automatic typescript detection
  • add indentation detection (#56)
  • minor bugfixes

Breaking Changes:

  • useTypescript is now dts, it will automatically detect if your project uses typescript and use the config file accordingly

v0.10.0

04 Jan 20:08

Choose a tag to compare

  • fix esm build
  • fix build target
  • add vite 4 support