You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: another node 10 fix
esbuild can minify syntax as well, and by default it targets esnext,
which caused it to emit null coaslecing. Set the target explicitly
to avoid this.
* fix failing in unit tests
0 commit comments