1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove unused dependencies and cleanup webpack output

This commit is contained in:
MrTimscampi 2020-05-28 23:34:05 +02:00
parent 3312aa09e8
commit 487bcfbd77
3 changed files with 69 additions and 978 deletions

View file

@ -16,6 +16,7 @@ const Assets = [
module.exports = {
context: path.resolve(__dirname, 'src'),
entry: './bundle.js',
stats: 'errors-only',
resolve: {
modules: [
path.resolve(__dirname, 'node_modules')