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

13 lines
177 B
JavaScript

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