zotero / reader

PDF/EPUB/HTML reader for Zotero
Other
129 stars 30 forks source link

Compile TypeScript with Babel for production builds, target Fx115 #135

Closed AbeJellinek closed 3 months ago

AbeJellinek commented 3 months ago

And target ESNext when compiling with the TypeScript compiler for dev builds. This removes __awaiter polyfill cruft from dev and Zotero builds and should speed up TS builds a bit.

mrtcode commented 3 months ago

Looks good!