1 Star 0 Fork 1

easy-team/egg-react-webpack-boilerplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
hubcarl 提交于 2019-10-13 18:02 . feat: upgrade easy-team mode
module.exports = {
"env": {
"node": {
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"node": "current"
}
}
]
],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-syntax-dynamic-import",
[
"import",
{
"libraryName": "antd",
"style": "css"
}
]
]
},
"web": {
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"safari >= 7"
]
}
}
]
],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-object-rest-spread",
[
"import",
{
"libraryName": "antd",
"style": "css"
}
]
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/easy-team/egg-react-webpack-boilerplate.git
git@gitee.com:easy-team/egg-react-webpack-boilerplate.git
easy-team
egg-react-webpack-boilerplate
egg-react-webpack-boilerplate
master

搜索帮助