From ea90aa0cb326a2c73d7741d58deec36a0b9db97b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 10 Nov 2024 16:41:38 -0500 Subject: [PATCH] Truncate marker --- blog/2022-11-20-webpack-industrial-complex/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/2022-11-20-webpack-industrial-complex/index.mdx b/blog/2022-11-20-webpack-industrial-complex/index.mdx index 109cd4a..4dc91c8 100644 --- a/blog/2022-11-20-webpack-industrial-complex/index.mdx +++ b/blog/2022-11-20-webpack-industrial-complex/index.mdx @@ -10,6 +10,8 @@ This started because I wanted to build a synthesizer. Setting a goal of "digital The project was soon derailed trying to sort out technical issues unrelated to the original purpose. Finding a resolution was a frustrating journey, and it's still not clear whether those problems were my fault. As a result, I'm writing this to try making sense of it, as a case study/reference material, and to salvage something from the process. + + ## Starting strong The sole starting requirement was to write everything in TypeScript. Not because of project scale, but because guardrails help with unfamiliar territory. Keeping that in mind, the first question was: how does one start a new project? All I actually need is "compile TypeScript, show it in a browser."