2.0.0-alpha.3 • Published 5 years ago

@jgbjs/plugin-babel v2.0.0-alpha.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

jgb-plugin-babel

使用babel7做编译

使用说明

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

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