feat: move app root into body element

This commit is contained in:
Sebin Nyshkim 2022-01-28 23:47:49 +01:00
parent 3eddad19c9
commit f2463b6163
2 changed files with 61 additions and 82 deletions

View file

@ -8,12 +8,10 @@
<link rel="<%= htmlWebpackPlugin.options.links.icon.rel %>" href="<%= htmlWebpackPlugin.options.links.icon.href %>" type="<%= htmlWebpackPlugin.options.links.icon.type %>">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<body id="app">
<noscript>
<strong>Sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div class="bubbles"></div>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>