mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
Fix index.html file location
Was being created at wrong location on `npm run build:dev`
This commit is contained in:
parent
677686fa20
commit
f5cddb6984
@ -55,6 +55,7 @@ module.exports = (env, argv) => {
|
||||
const htmlConfig = {
|
||||
title: "Bitburner",
|
||||
template: "src/index.html",
|
||||
filename: "../index.html",
|
||||
favicon: "favicon.ico",
|
||||
googleAnalytics: {
|
||||
trackingId: "UA-100157497-1",
|
||||
@ -90,9 +91,6 @@ module.exports = (env, argv) => {
|
||||
useShortDoctype: false,
|
||||
},
|
||||
};
|
||||
if (!isDevelopment) {
|
||||
htmlConfig.filename = "../index.html";
|
||||
}
|
||||
|
||||
return {
|
||||
plugins: [
|
||||
|
Loading…
Reference in New Issue
Block a user