jaredpalmer / after.js

Next.js-like framework for server-rendered React apps built with React Router
https://npm.im/@jaredpalmer/after
MIT License
4.13k stars 201 forks source link

update devDependencies and replace tsdx with babel/tsup #544

Closed batusai513 closed 1 year ago

batusai513 commented 2 years ago

This PR updates many of the dev dependencies including eslint, babel, husky, lint-staged, typescript, among others, also it updates the build tools from tsdx, which has been unmaintained for quite some time to use babel and tsup, with this update the support for IE11 is dropped and the minimum node version supported is 14, these changes allowed to have more control over the resulting generated file and use a single updated babel/register.