diff --git a/webpack.config.js b/webpack.config.js index fd0f3795b..82eb15af9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -55,7 +55,7 @@ module.exports = (env, argv) => { const htmlConfig = { title: "Bitburner", template: "src/index.html", - filename: "../index.html", + filename: isDevServer ? "index.html" : "../index.html", favicon: "favicon.ico", googleAnalytics: { trackingId: "UA-100157497-1",