iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
83 stars 23 forks source link

feat!: Change target to `es2018` #933

Closed mayank99 closed 1 year ago

mayank99 commented 1 year ago

For some reason we were targeting es5, which results in a lot of unnecessary code in the final output. es2018 will produce a cleaner output while still having good enough compatibility. And the user always has the option of running extra compilation through their bundler.