mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Require hls.js from npm (#456)
* hlsjs * Fix webpack libraryTarget config
This commit is contained in:
parent
120b3106aa
commit
ed34530b1e
7 changed files with 27 additions and 8768 deletions
|
@ -7,7 +7,7 @@ module.exports = {
|
|||
output: {
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
libraryTarget: 'amd'
|
||||
libraryTarget: 'amd-require'
|
||||
},
|
||||
|
||||
externals: [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue