2024-09-08 14:27:01 +00:00
|
|
|
/**
|
|
|
|
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*/
|
2022-09-12 13:42:18 +00:00
|
|
|
const babelConfig = require('@nextcloud/babel-config')
|
|
|
|
|
|
|
|
module.exports = babelConfig
|