mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
Use ./dist instead of ./dist-dev in dev mode
This commit is contained in:
parent
0ce2313ce8
commit
3fc1d089c1
@ -11,7 +11,7 @@ module.exports = (env, argv) => {
|
||||
const runInContainer = (env || {}).runInContainer === true;
|
||||
const isDevelopment = argv.mode === "development";
|
||||
const isFastRefresh = argv.fast === "true";
|
||||
const outputDirectory = isDevServer ? "dist-dev" : "dist";
|
||||
const outputDirectory = "dist";
|
||||
const entry = "./src/index.tsx";
|
||||
|
||||
const statsConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user