DEV Community

0xGorri
0xGorri

Posted on

This Week I Learned - 2022 #Week 31

  • TypeScript barrel files and how to reduce bundle size with #webpack (source)

  • Git Commit Work In Progess — gwip

alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]"'
Enter fullscreen mode Exit fullscreen mode

Top comments (0)