1
0
mirror of synced 2024-11-22 05:16:05 +03:00
vue-formulario/babel.config.js
2020-10-19 13:45:18 +03:00

14 lines
247 B
JavaScript

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