mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fixed issues with babel test
This commit is contained in:
parent
17468c48f7
commit
549b211372
4
.babelrc
4
.babelrc
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"presets": [
|
"presets": [
|
||||||
["env", { "modules": false }]
|
["@babel/preset-env", { "modules": false }]
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"test": {
|
"test": {
|
||||||
"presets": [
|
"presets": [
|
||||||
["env", { "targets": { "node": "current" }}]
|
["@babel/preset-env", { "targets": { "node": "current" }}]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user