issues
search
buddywang
/
blog
0
stars
0
forks
source link
babel配置部分理解
#3
Open
buddywang
opened
4 years ago
buddywang
commented
4 years ago
主要配置两个东西(默认Babel是不干任何事的,要通过配置来指定让Babel干具体的事):
presets: []:预设,就是一些plugin的集合
plugins: []:插件,实现的一个个独立的小功能
https://github.com/jamiebuilds/babel-handbook/blob/master/translations/zh-Hans/user-handbook.md
主要配置两个东西(默认Babel是不干任何事的,要通过配置来指定让Babel干具体的事):