[MIRROR] TGUI 5.0 Patch 1 (#7701)

Co-authored-by: Selis <sirlionfur@hotmail.de>
This commit is contained in:
CHOMPStation2
2024-02-08 07:31:06 -07:00
committed by GitHub
parent 103514bd40
commit eebf92d66f
121 changed files with 1546 additions and 2676 deletions

View File

@@ -4,8 +4,8 @@
* @license MIT
*/
import { createCompiler } from './webpack';
import { reloadByondCache } from './reloader';
import { reloadByondCache } from './reloader.js';
import { createCompiler } from './webpack.js';
const noHot = process.argv.includes('--no-hot');
const noTmp = process.argv.includes('--no-tmp');