Files
nextcloud-recognize/webpack.js
Marcel Klehr 4ca153a370 First pass at implementing face clustering
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-06-16 18:38:48 +02:00

7 lines
258 B
JavaScript

const path = require('path')
const webpackConfig = require('@nextcloud/webpack-vue-config')
module.exports = webpackConfig
webpackConfig.entry.admin = path.join(__dirname, 'src', 'admin.js')
webpackConfig.entry.user = path.join(__dirname, 'src', 'user.js')