1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-23 15:19:36 +02:00
it-tools/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2020-04-07 18:06:35 +02:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}