AppReports/babel.config.js
2020-08-15 15:20:11 +02:00

11 lines
320 B
JavaScript

/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of appreports which is released under GPL-3.0-or-later.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, July 2020
*/
'use strict';
module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ] };