41 Star 192 Fork 157

北京凯特伟业科技有限公司 / jepaas-project-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦永莲 提交于 2020-03-13 15:28 . pc 和 APP合并代码
{
"presets": [
"@babel/preset-env",
"@vue/babel-preset-jsx",
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"corejs": false,
"helpers": true,
"regenerator": true,
"useESModules": false
}
],
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
],
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-transform-modules-commonjs"
]
}
JavaScript
1
https://gitee.com/ketr/jepaas-project-frontend.git
git@gitee.com:ketr/jepaas-project-frontend.git
ketr
jepaas-project-frontend
jepaas-project-frontend
master

搜索帮助