fix infiltration

This commit is contained in:
Olivier Gagnon
2021-09-20 17:10:44 -04:00
parent 9552ae3ef1
commit bb4de3f62c
9 changed files with 116 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ module.exports = (env, argv) => {
$: "jquery",
}),
new HtmlWebpackPlugin({
title: "Bitburner" + (isDevelopment ? " - development" : ""),
title: "Bitburner",
template: "src/index.html",
favicon: "favicon.ico",
googleAnalytics: {