html-webpack-plugin/examples/javascript/template.js

6 lines
196 B
JavaScript

// Webpack require:
var partial = require('./partial.html');
// Export a function / promise / or a string:
module.exports = '<html><head></head><body>' + new Date() + partial + '</body></html>';