backend v4 half
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/env"
|
||||
],
|
||||
"plugins": [
|
||||
["@babel/transform-for-of", { "loose": true }],
|
||||
["@babel/plugin-syntax-import-assertions"]
|
||||
],
|
||||
"env": {
|
||||
"es6": {
|
||||
"presets": [
|
||||
["@babel/env", { "modules": false }]
|
||||
]
|
||||
},
|
||||
"nyc": {
|
||||
"plugins": [
|
||||
"babel-plugin-istanbul"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user