1
0
mirror of synced 2024-11-23 22:06:07 +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

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