Welcome to mirror list, hosted at ThFree Co, Russian Federation.

webpack.js - github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a1242ef9f455ac9b0ced61b09b4ce32ae1850ac (plain)
1
2
3
4
5
6
7
const path = require('path')
const webpackConfig = require('@nextcloud/webpack-vue-config')

webpackConfig.entry.admin = path.join(__dirname, 'src', 'admin')
webpackConfig.entry.dashboard = path.join(__dirname, 'src', 'dashboard')

module.exports = webpackConfig