mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Character overview is now through react
This commit is contained in:
committed by
danielyxie
parent
8470f307ac
commit
b4057fcb26
+1
-1
@@ -8,7 +8,7 @@ module.exports = (env, argv) => {
|
||||
const isDevelopment = argv.mode === 'development';
|
||||
const outputDirectory = isDevServer ? "dist-dev" : "dist";
|
||||
const entries = {};
|
||||
entries[`${outputDirectory}/engine`] = "./src/engine.js";
|
||||
entries[`${outputDirectory}/engine`] = "./src/engine.jsx";
|
||||
if (!isDevServer) {
|
||||
entries["tests/tests"] = "./tests/index.js";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user