
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');
|