We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb37c9 commit 6d57c87Copy full SHA for 6d57c87
template/index.html
@@ -26,7 +26,10 @@
26
<link rel="<%= chunk.initial?'preload':'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>"><% }}} %>
27
</head>
28
<body>
29
- <div id="app">This is your fallback content in case JavaScript fails to load.</div>
+ <noscript>
30
+ This is your fallback content in case JavaScript fails to load.
31
+ </noscript>
32
+ <div id="app"></div>
33
<!-- Todo: only include in production -->
34
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
35
<!-- built files will be auto injected -->
0 commit comments