bundle howler using webpack

This commit is contained in:
dkanada 2019-09-12 03:24:10 -07:00
parent d555840384
commit 5a802c35b8
4 changed files with 7 additions and 856 deletions

View file

@ -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; });