From cfd73cec816cb73e0017cf306e133a7b0e5ae4eb Mon Sep 17 00:00:00 2001 From: dave caruso Date: Sat, 3 Jun 2023 00:36:05 -0400 Subject: fixes with hardcoded modules (#3182) * fixes with hardcoded modules * add make hardcoded to make dev * adjust this message * remove debugging logs * this * restore2 --- src/js/build-hardcoded.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/build-hardcoded.ts') diff --git a/src/js/build-hardcoded.ts b/src/js/build-hardcoded.ts index f295e691c..2895fb6bb 100644 --- a/src/js/build-hardcoded.ts +++ b/src/js/build-hardcoded.ts @@ -110,4 +110,4 @@ for (const [build, outdir] of [ } } -console.log(`Took ${performance.now().toFixed(2)}ms`); +console.log(`Bundled hardcoded modules in ${performance.now().toFixed(2)}ms`); -- cgit v1.2.3