bundle howler using webpack
This commit is contained in:
parent
d555840384
commit
5a802c35b8
4 changed files with 7 additions and 856 deletions
|
@ -12,3 +12,7 @@ _define("jstree", ["jQuery"], function() { return jstree; });
|
|||
// hlsjs
|
||||
var hlsjs = require("hls.js");
|
||||
_define("hlsjs", function() { return hlsjs; });
|
||||
|
||||
// howler
|
||||
var howler = require("howler");
|
||||
_define("howler", function() { return howler; });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue