mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
add noscript message (todo - make it configurable)
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user