Skip to content

Commit af50d99

Browse files
committed
chore: move <noscript> tag outside <app>
1 parent cb7f3df commit af50d99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
<link rel="<%= chunk.initial?'preload':'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>"><% }}} %>
2828
</head>
2929
<body>
30-
<div id="app">
31-
<noscript>Please enable javascript ...</noscript>
32-
</div>
30+
<div id="app"></div>
31+
<noscript>
32+
Please enable javascript ...
33+
</noscript>
3334
<!-- Todo: only include in production -->
3435
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
3536
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)