Skip to content

Faster builds

Compare
Choose a tag to compare
@kyle-n kyle-n released this 23 Nov 19:47
· 23 commits to main since this release

In 1.1.0, TypeSwift actually transpiled the TypeScript source three times - once for Node, and twice for the browser bundles. In 1.1.1, the TS source is transpiled once, then that JS is bundled together by webpack.

This release adds no new user-facing features, but will make developing new ones easier by reducing build times by ~60%.