Michael Weimann
ebb0783103
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
190 B
JavaScript
10 lines
190 B
JavaScript
// SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
]
|
|
}
|