From 8769fc4dc19447f67a42eb941fb43ba7223772eb Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 3 Mar 2018 01:06:44 +0100 Subject: upgrade quasar to latest version --- src/index.template.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 src/index.template.html (limited to 'src/index.template.html') diff --git a/src/index.template.html b/src/index.template.html new file mode 100644 index 0000000..43bee86 --- /dev/null +++ b/src/index.template.html @@ -0,0 +1,57 @@ + + + + + + + + <%= htmlWebpackPlugin.options.productName %> + + + + + + + <% if (htmlWebpackPlugin.options.ctx.mode.pwa) { %> + + + + + + + + + + + + <% } %> + + <%= htmlWebpackPlugin.options.headScripts %> + + + <% if (!['cordova', 'electron'].includes(htmlWebpackPlugin.options.ctx.modeName) && htmlWebpackPlugin.options.ctx.prod) { + for (var chunk of webpack.chunks) { + for (var file of chunk.files) { + if (file.match(/\.(js|css)$/)) { %> + + <% }}}} %> + + + <% if (!htmlWebpackPlugin.options.ctx.mode.electron) { %> + + <% } %> + + +
+ + + <%= htmlWebpackPlugin.options.bodyScripts %> + + + + -- cgit v1.2.3-54-g00ecf