File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 88 < link rel ="shortcut icon " sizes ="48x48 " href ="/public/logo-48.png ">
99 < meta name ="theme-color " content ="#f60 ">
1010 < link rel ="manifest " href ="/manifest.json ">
11- < % for (var chunk of webpack.chunks) { %>
12- < % for (var file of chunk.files) { %>
13- < % if (file.match(/\.(js|css)$/)) { %>
14- < link rel ="<%= chunk.initial?'preload':'prefetch' %> " href ="<%= htmlWebpackPlugin.files.publicPath + file %> " as ="<%= file.match(/\.css$/)?'style':'script' %> ">
15- < % } %>
16- < % } %>
17- < % } %>
11+ < % for (var chunk of webpack.chunks) {
12+ for (var file of chunk.files) {
13+ if (file.match(/\.(js|css)$/)) { %>
14+ < link rel ="<%= chunk.initial?'preload':'prefetch' %> " href ="<%= htmlWebpackPlugin.files.publicPath + file %> " as ="<%= file.match(/\.css$/)?'style':'script' %> "> < % }}} %>
1815 </ head >
1916 < body >
2017 <!--vue-ssr-outlet-->
You can’t perform that action at this time.
0 commit comments