1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-21 14:19:41 +02:00
mealie/frontend/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2020-12-24 16:37:38 -09:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}