mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
// SPDX-FileCopyrightText: Tobias Knöppler <tobias@knoeppler.net>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
const babelConfig = require('@nextcloud/babel-config')
|
|
|
|
module.exports = babelConfig
|