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
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
We would like to export internals for our own usage under unsplash-js/internals instead of polluting the main unsplash-js scope and increasing bundle size for all consumers.
This should be doable in rollup, but we're using tsdx which has a bug around this feature: jaredpalmer/tsdx#175
If the consumer is using tree shaking then the new internals module shouldn't pollute the bundle size, as long as they don't import anything from there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We would like to export internals for our own usage under
unsplash-js/internals
instead of polluting the mainunsplash-js
scope and increasing bundle size for all consumers.This should be doable in rollup, but we're using
tsdx
which has a bug around this feature: jaredpalmer/tsdx#175See #149 for more details.
The text was updated successfully, but these errors were encountered: