6 lines
200 B
JavaScript
6 lines
200 B
JavaScript
// SPDX-FileCopyrightText: ewandor <ewandor@dorfsvald.net>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
const webpackConfig = require('@nextcloud/webpack-vue-config')
|
|
|
|
module.exports = webpackConfig
|