Skip to content

v2.1.0 - Improve bundle size

Compare
Choose a tag to compare
@ukupat ukupat released this 18 Sep 10:06
· 2712 commits to master since this release

Big thanks goes to @osv who added tree-shaking support for Lodash by using implicit import.

Old bundle:

sql-formatter.js  607 kB
sql-formatter.min.js  96.6 kB

New bundle:

sql-formatter.js  102 kB
sql-formatter.min.js  35.3 kB

Check out PR #32