2 Star 0 Fork 0

Slaughter / 投稿

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
.babelrc 793 Bytes
Copy Edit Web IDE Raw Blame History
Slaughter authored 2018-08-25 14:18 . init
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"> 5%",
"last 2 versions",
"not ie <= 8"
]
},
"modules": false,
"exclude": [
"transform-regenerator"
]
}
]
],
"plugins": [
"@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-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions"
]
}
JavaScript
1
https://gitee.com/lb1996/submission.git
git@gitee.com:lb1996/submission.git
lb1996
submission
投稿
master

Search