Skip to content

v3.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 12:53
· 23 commits to main since this release

Add support for .mts (fixes #161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.