Update .babelrc

This commit is contained in:
Aaron Dewes 2020-12-03 17:06:02 +01:00 committed by Overtorment
parent e38f323e07
commit 592ff93c93
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
{
"presets": ["es2015"]
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
}