We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7f3df commit af50d99Copy full SHA for af50d99
index.html
@@ -27,9 +27,10 @@
27
<link rel="<%= chunk.initial?'preload':'prefetch' %>" href="<%= htmlWebpackPlugin.files.publicPath + file %>" as="<%= file.match(/\.css$/)?'style':'script' %>"><% }}} %>
28
</head>
29
<body>
30
- <div id="app">
31
- <noscript>Please enable javascript ...</noscript>
32
- </div>
+ <div id="app"></div>
+ <noscript>
+ Please enable javascript ...
33
+ </noscript>
34
<!-- Todo: only include in production -->
35
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
36
<!-- built files will be auto injected -->
0 commit comments