Josh-McFarlin / remix-image

A React component for responsive images in Remix
https://remix-image.mcfarl.in
MIT License
329 stars 24 forks source link

fix(package): add rollup interop for next-boost/hybrid-disk-cache #75

Open Kiyozz opened 1 year ago

Kiyozz commented 1 year ago

Add interop: "auto" to rollup config and remove terser transformation for remix-image/server

Terser is not useful for nodejs' only package and make debug harder

BaseCache is not a constructor

is better than

g is not a constructor

Closes #62