UNPKG

loadax

Version:

Universal powerful solution for creating web app

6 lines (5 loc) 139 B
const fs = require('fs') const html = fs.readFileSync("./dist/index.html", "utf8") module.exports = { "html": html.toString() }