mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/build: fix IE11 transpiling
This commit is contained in:
@ -73,7 +73,7 @@ function bundleHtml(config) {
|
||||
|
||||
const templatesHolder = util.format(
|
||||
'<script type=\'text/javascript\'>' +
|
||||
'const templates = %s;' +
|
||||
'var templates = %s;' +
|
||||
'</script>',
|
||||
JSON.stringify(templates));
|
||||
|
||||
|
Reference in New Issue
Block a user