There was an error while loading. Please reload this page.
The code after build still contains Set, and that cause compatibility issues.
function addStyle(id, css) { var group = isOldIE ? css.media || 'default' : id; var style = styles[group] || (styles[group] = { ids: new Set(), styles: [] }); .... }