1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/babel.config.js

14 lines
183 B
JavaScript
Raw Normal View History

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