diff options
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)); |