1 Star 0 Fork 21

mafic/openskyline

forked from 浪潮开源/openskyline 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
白子玉 提交于 2021-11-30 09:08 . * fix babel configuration.
module.exports = {
"plugins": [
["transform-class-properties", { "spec": true }],
["@babel/plugin-transform-classes", { "loose": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-json-strings",
"@babel/plugin-transform-modules-commonjs"
],
"presets": [
["@babel/preset-env", { "loose": true }]
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mafic/openskyline.git
git@gitee.com:mafic/openskyline.git
mafic
openskyline
openskyline
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385