1 Star 10 Fork 4

bplok20010 / eval5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
bplok20010 提交于 2020-09-06 12:45 . v1.4.6
const pkg = require("./package.json");
module.exports = api => {
const isTest = api.env("test"); //jest
return {
presets: [
[
"babel-preset-packez",
{
modules: "cjs",
loose: true,
runtimeOptions: {
helpers: false,
},
},
],
],
plugins: [
[
"search-and-replace",
{
rules: [
{
search: "%VERSION%",
replace: pkg.version,
},
],
},
],
],
};
};
TypeScript
1
https://gitee.com/bplok20010/eval5.git
git@gitee.com:bplok20010/eval5.git
bplok20010
eval5
eval5
master

搜索帮助