mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused modules from webpack config
This commit is contained in:
parent
1122b5b5d9
commit
ebbfec1927
1 changed files with 0 additions and 10 deletions
|
@ -18,16 +18,6 @@ module.exports = {
|
||||||
|
|
||||||
resolve: {
|
resolve: {
|
||||||
modules: [
|
modules: [
|
||||||
path.resolve(__dirname, 'src/scripts'),
|
|
||||||
path.resolve(__dirname, 'src/components'),
|
|
||||||
path.resolve(__dirname, 'src/components/playback'),
|
|
||||||
path.resolve(__dirname, 'src/components/emby-button'),
|
|
||||||
path.resolve(__dirname, 'src/components/usersettings'),
|
|
||||||
path.resolve(__dirname, 'src/components/images'),
|
|
||||||
path.resolve(__dirname, 'src/bower_components'),
|
|
||||||
path.resolve(__dirname, 'src/bower_components/apiclient'),
|
|
||||||
path.resolve(__dirname, 'src/bower_components/apiclient/sync'),
|
|
||||||
path.resolve(__dirname, 'src/components/cardbuilder'),
|
|
||||||
path.resolve(__dirname, 'node_modules')
|
path.resolve(__dirname, 'node_modules')
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue