1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/babel.config.js
2019-11-01 17:12:27 -04:00

14 lines
180 B
JavaScript

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