1
0
Fork 0
mirror of synced 2025-04-03 05:13:34 +03:00
vue-formulario/babel.config.js
2019-10-07 10:24:30 -04:00

13 lines
183 B
JavaScript

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