mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Rather than putting templates in DOM nodes, output JS functions themselves. This fixes transpiling for IE11, where ES6 parts of the templates wouldn't get passed through Babel.
4 lines
68 B
JavaScript
4 lines
68 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('./.templates.autogen.js');
|