fixup! Load all webpack chunks into fragments as correctly-typed resources

This commit is contained in:
Calen Pennington
2018-09-12 21:54:19 -04:00
parent db2078ed2f
commit 461f35255c

View File

@@ -149,6 +149,7 @@
}
} else if (mimetype === 'application/javascript') {
if (kind === 'text') {
// xss-lint: disable=javascript-jquery-append,javascript-concat-html
$head.append('<script>' + data + '</script>');
} else if (kind === 'url') {
$script(data, data);