summaryrefslogtreecommitdiff
path: root/client/build.js
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2016-04-14 13:42:47 +0200
committerrr- <rr-@sakuya.pl>2016-04-14 17:50:38 +0200
commit90559ffcdb13135bd77cb76c9a83f0cf595b6747 (patch)
tree1510c5ea27fbf584e84eb9250be290a267a6a248 /client/build.js
parent7cf4e6c37d05da36614b1d1e7afc005bc18882f9 (diff)
client/build: fix IE11 transpiling
Diffstat (limited to 'client/build.js')
-rw-r--r--client/build.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/build.js b/client/build.js
index bab4972..a1eac06 100644
--- a/client/build.js
+++ b/client/build.js
@@ -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));