1 Star 0 Fork 38

StrawberryerBlue/logic-flow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
wumail 提交于 2023-11-29 19:55 . feat(core): add test for core
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
plugins: [
[
'@babel/plugin-transform-react-jsx',
{
pragma: 'h',
},
],
[
'babel-plugin-jsx-pragmatic',
{
module: 'preact',
import: 'h',
export: 'h',
},
],
['@babel/plugin-proposal-decorators', { legacy: true }],
['@babel/plugin-proposal-class-properties'],
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/strawberryerblue/logic-flow.git
[email protected]:strawberryerblue/logic-flow.git
strawberryerblue
logic-flow
logic-flow
master

搜索帮助