1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00
Files
recipes/vue/babel.config.js.c
2021-04-11 15:09:54 +02:00

6 lines
73 B
C

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