Require hls.js from npm (#456)

* hlsjs

* Fix webpack libraryTarget config
This commit is contained in:
Bill Thornton 2019-09-11 05:35:41 -04:00 committed by dkanada
parent 120b3106aa
commit ed34530b1e
7 changed files with 27 additions and 8768 deletions

View file

@ -7,7 +7,7 @@ module.exports = {
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
libraryTarget: 'amd'
libraryTarget: 'amd-require'
},
externals: [{