Files
therinaldos.com/wedding-pics/apps/files_pdfviewer/webpack.config.js
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

11 lines
351 B
JavaScript

const webpackConfig = require('@nextcloud/webpack-vue-config')
const path = require('path')
webpackConfig.entry.workersrc = path.resolve(path.join('src', 'workersrc.js'))
webpackConfig.entry.public = path.resolve(path.join('src', 'public.js'))
// keep pdfjs vendor in the js folder
webpackConfig.output.clean = false
module.exports = webpackConfig