Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.29 KB

babel.md

File metadata and controls

26 lines (21 loc) · 1.29 KB

Bookmarks tagged [babel]

https://babeljs.io/

The compiler for next generation JavaScript


https://babeljs.io/videos.html

Videos and podcasts about Babel and its underlying concepts.


https://github.com/babel/babel/blob/master/doc/design/monorepo.md

Juggling a multimodule project over multiple repos is like trying to teach a newborn baby how to ride a bike.

Babel follows a monorepo approach, all officially maintained modules are in the same repo...