Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

jgb-plugin-babel

使用babel7做编译

使用说明

当当前项目中没有配置.babelrc 时 默认配置为

{
  "plugins": ["@babel/env"],
  "ignore": ["node_modules"]
}