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
2020-04-07 18:06:35 +02:00

5 lines
73 B
JavaScript

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