1
0
mirror of synced 2025-01-19 17:01:43 +03:00
vue-formulario/babel.config.js

14 lines
177 B
JavaScript
Raw Normal View History

module.exports = {
env: {
test: {
presets: [
[ '@babel/preset-env', {
targets: {
2019-11-01 16:21:16 -04:00
node: '9'
}
} ]
]
}
}
}