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
Currently we ship uncompiled TypeScript, with a custom build script to optimize images.
We should replace this with a proper build process using tsup. We will need every TS file to be considered an entrypoint. We will need to add a custom loader for images to hook into the current optimization logic.
The text was updated successfully, but these errors were encountered:
Currently we ship uncompiled TypeScript, with a custom build script to optimize images.
We should replace this with a proper build process using tsup. We will need every TS file to be considered an entrypoint. We will need to add a custom loader for images to hook into the current optimization logic.
The text was updated successfully, but these errors were encountered: