diff --git a/.env.example b/.env.example index 50f7c07..a55b15d 100644 --- a/.env.example +++ b/.env.example @@ -5,5 +5,8 @@ NINTENDO_SESSION_ID= # Provided by: https://www.reddit.com/user/thejellydude SALMON_RUN_CALENDAR_ICS_URL=https://calendar.google.com/calendar/ical/7e5g474p0ng7vaejkg3mkomhks%40group.calendar.google.com/public/basic.ics +# (Optional) Google Analytics tracking ID +GOOGLE_ANALYTICS_ID= + # (Optional) Sentry error reporting (https://sentry.io) SENTRY_DSN= diff --git a/src/html/index.html b/src/html/index.html index e5e4ccf..d8318d3 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -12,6 +12,9 @@ + <% for (var css in htmlWebpackPlugin.files.css) { %> + + <% } %> @@ -23,5 +26,9 @@
+ <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> + + <% } %> +