vivaxy's Blog

Vivaxy's blog

马上订阅 vivaxy's Blog RSS 更新: https://vivaxyblog.github.io/atom.xml

How Babel Is Built

2020年1月5日 08:00
Introduction Babel is a Node.js tool to use next-generation JavaScript now. This article will explain how Babel is designed to solve this problem, based on the source codes on the master branch in November 2019. How is Babel designed? babel-loader belongs to webpack project, which is not in the Babel...