diff options
| author | rr- <rr-@sakuya.pl> | 2016-04-14 13:42:47 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-04-14 17:50:38 +0200 |
| commit | 90559ffcdb13135bd77cb76c9a83f0cf595b6747 (patch) | |
| tree | 1510c5ea27fbf584e84eb9250be290a267a6a248 /client/build.js | |
| parent | 7cf4e6c37d05da36614b1d1e7afc005bc18882f9 (diff) | |
client/build: fix IE11 transpiling
Diffstat (limited to 'client/build.js')
| -rw-r--r-- | client/build.js | 2 |
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)); |