UNPKG

choo-bundles

Version:

Bundle splitting with HTTP2 push support for Choo with choo-ssr

10 lines (7 loc) 139 B
const h = require('choo/html') function notfound (state, emit) { return h` <div>Not found :(</div> ` } module.exports = notfound