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."