1 Star 0 Fork 0

nuts / hoppscotch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liyas Thomas 提交于 2020-08-17 09:22 . Tests
function isBabelLoader(caller) {
return caller && caller.name === "babel-loader"
}
module.exports = function (api) {
if (api.env("test") && !api.caller(isBabelLoader)) {
return {
presets: [
[
"@babel/preset-env",
{
targets: {
node: "current",
},
},
],
],
}
}
return {}
}
1
https://gitee.com/yfliubin/hoppscotch.git
git@gitee.com:yfliubin/hoppscotch.git
yfliubin
hoppscotch
hoppscotch
master

搜索帮助