yarn build # it hangs

# change to swcMinify: false
yarn build # it works

This project is simply generated by yarn create next-app --typescript, with changes in pages/index.tsx & pages/_app.tsx and added react-router-dom;