find babel config:根据目录查找最接近的babel配置 源码
find-babel-config Helper函数可从特定目录检索最接近的Babel配置。 安装 npm install --save find-babel-config 用法 异步 // directory can be an absolute or relative path // If it's a relative path, it is relative to the current working directory (process.cwd()) const directory = 'src' ; findBabelConfig ( directory ) . then (
用户评论