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:
parent
3312aa09e8
commit
487bcfbd77
3 changed files with 69 additions and 978 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue