Skip to content
Snippets Groups Projects
Commit 461f3525 authored by Calen Pennington's avatar Calen Pennington
Browse files

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

parent db2078ed
Branches
Tags
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment