1
0
mirror of synced 2024-11-25 23:06:02 +03:00
vue-formulario/babel.config.js

14 lines
180 B
JavaScript
Raw Normal View History

module.exports = {
env: {
2019-11-02 00:12:27 +03:00
testing: {
presets: [
[ '@babel/preset-env', {
targets: {
2019-11-01 23:21:16 +03:00
node: '9'
}
} ]
]
}
}
}