ki-frontend/babel.config.js

10 lines
190 B
JavaScript
Raw Normal View History

2021-09-19 12:55:33 +02:00
// SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
2021-05-31 16:14:28 +02:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}