mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
|
|
module.exports = {
|
||
|
|
presets: [
|
||
|
|
'@vue/cli-plugin-babel/preset'
|
||
|
|
]
|
||
|
|
}
|