Comment by devmor
3 days ago
Those things exist because of eachother. If you’re not using a reactive framework, you probably have no need for a bundler and if you’re not using a bundler, you probably have no need for a build pipeline.
3 days ago
Those things exist because of eachother. If you’re not using a reactive framework, you probably have no need for a bundler and if you’re not using a bundler, you probably have no need for a build pipeline.
And also a build pipeline doesn't have to be difficult to write. You can do it in like 50 lines of code and esbuild. And then you get to bundle your CSS, use React or whatever, Typescript, etc.