·
712 commits
to main
since this release
- Add
@types/babel__coresto dependencies (fix #211) - Improve build perf when not using Babel plugins by lazy loading
@babel/core#212 - Better invalidation message when an export is added & fix HMR for export of nullish values #215
- Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #224
- The build output now contains a
index.d.ctsfile so you don't get types errors when settingmoduleResolutiontonode16ornodenextin your tsconfig (we recommend usingbundlerwhich is more close to how Vite works)