1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-22 22:59:37 +02:00
it-tools/babel.config.js
2020-04-07 18:06:35 +02:00

5 lines
73 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}