nextcloud-gpodder/webpack.config.js

9 lines
222 B
JavaScript
Raw Normal View History

2022-07-10 15:43:07 +02:00
const path = require('path')
const webpackConfig = require('@nextcloud/webpack-vue-config')
webpackConfig.entry = {
personalSettings: path.join(__dirname, 'src', 'personalSettings.js'),
}
module.exports = webpackConfig