1
0
mirror of synced 2024-11-22 21:36:04 +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 23:21:16 +03:00
node: '9'
}
} ]
]
}
}
}