|
|
|
|
|
by spankalee
997 days ago
|
|
You don't need a bundler with multiple .ts files any more than with multiple .js file - which is that you don't "need" one at all. Libraries especially don't and should be published to npm unbundled. Bundling is purely an application concern. |
|
> Bundling is purely an application concern
by this logic all compiled languages' repos should just be source, no precompiled binaries.