Add Classlist.js polyfill

This commit is contained in:
MrTimscampi 2020-04-04 16:00:38 +02:00
parent 03f5be20ad
commit 88bc6d4e91
4 changed files with 14 additions and 1 deletions

View file

@ -112,3 +112,9 @@ var polyfill = require("@babel/polyfill/dist/polyfill");
_define("polyfill", function () {
return polyfill;
});
// domtokenlist-shim
var classlist = require("classlist.js");
_define("classlist-polyfill", function () {
return classlist;
});