add noscript message (todo - make it configurable)

This commit is contained in:
Rich Harris
2017-12-15 15:29:08 -05:00
parent de427d400e
commit cb2364f476

View File

@@ -84,7 +84,7 @@ module.exports = function create_webpack_compiler(dest, routes, dev) {
const shell = templates.render(200, {
styles: '',
head: '',
html: '',
html: '<noscript>Please enable JavaScript!</noscript>',
main: compiler.client_main
});