mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 06:15:15 +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, {
|
const shell = templates.render(200, {
|
||||||
styles: '',
|
styles: '',
|
||||||
head: '',
|
head: '',
|
||||||
html: '',
|
html: '<noscript>Please enable JavaScript!</noscript>',
|
||||||
main: compiler.client_main
|
main: compiler.client_main
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user