microsoft / use-disposable

Creating instances in React during render that need to be disposed even with StrictMode
MIT License
11 stars 5 forks source link

fix: Compile to es2019 #10

Closed ling1726 closed 1 year ago

ling1726 commented 1 year ago

Some older chromium browsers <80 are still pretty prevalent in tooling, so compile to es2019 to support transpilation of nullish coalescing.