1
0
mirror of synced 2024-11-24 06:16:25 +03:00

style: Fixed style of babel.config.js

This commit is contained in:
Zaytsev Kirill 2020-10-11 17:16:30 +03:00
parent 5903782d85
commit aeb94dbc2b

View File

@ -2,11 +2,11 @@ module.exports = {
env: { env: {
test: { test: {
presets: [ presets: [
[ '@babel/preset-env', { ['@babel/preset-env', {
targets: { targets: {
node: '9' node: '9'
} }
} ] }]
] ]
} }
} }