Merge pull request #792 from thecodingmachine/gafix

Fixing GA tag not included in play domain
This commit is contained in:
David Négrier 2021-03-05 10:52:16 +01:00 committed by GitHub
commit 99ab99d893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1,2 @@
index.html
index.html
index.tmpl.html.tmp

View File

@ -2,7 +2,7 @@
set -x
set -o nounset errexit
template_file_index=dist/index.tmpl.html
generated_file_index=dist/index.html
generated_file_index=dist/index.tmpl.html.tmp
tmp_trackcodefile=/tmp/trackcode
# To inject tracking code, you have two choices:

View File

@ -39,7 +39,7 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin(
{
template: './dist/index.tmpl.html',
template: './dist/index.tmpl.html.tmp',
minify: {
collapseWhitespace: true,
keepClosingSlash: true,