1 Star 5 Fork 1

SyncGithub/LogicFlow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
towersxu 提交于 2021-09-04 15:50 . fix #291: options type support
module.exports = {
presets: [
[
'@babel/preset-env', {targets: {node: 'current'}}
],
'@babel/preset-typescript',
],
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"pragma": "h"
}
],
[
"@babel/plugin-proposal-decorators",
{ "legacy": true }
],
[
"@babel/plugin-proposal-class-properties"
],
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sync-github/LogicFlow.git
git@gitee.com:sync-github/LogicFlow.git
sync-github
LogicFlow
LogicFlow
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385