Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 179 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 179 Bytes

jgb-plugin-babel

使用说明

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

{
  "plugins": ["env"],
  "ignore": ["node_modules"]
}