[refactor] Google Analytics is controlled by Webpack

This commit is contained in:
Steven Evans
2018-08-30 11:08:08 -04:00
parent 552ce183c1
commit 2deeaef349
3 changed files with 11 additions and 4 deletions
+3
View File
@@ -21,6 +21,9 @@ module.exports = (env, argv) => ({
title: "Bitburner" + (argv.mode === 'development' ? ' - development' : ""),
template: "src/index.html",
favicon: "favicon.ico",
googleAnalytics: {
trackingId: 'UA-100157497-1'
},
meta: {},
minify: argv.mode === 'development' ? false : {
collapseBooleanAttributes: true,