translit/babel.config.js
2019-09-03 23:03:12 +02:00

6 lines
53 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
}