Roman Tymchyk
Roman Tymchyk
Seeing the same issue. File size is doubled in multiple instances.
You can use `LazyLoadComponent` to hold a `picture` if anyone is looking for an alternative.
If need a workaround, you can use `\u00A0` instead.
Are there any workarounds for this? We have quite a number of chunks 😅
@danielstocks This is amazing, incredibly polished service. Thanks for sharing. EDIT: Gonna eat my words, bundle-analyzer has deteriorated. There is no longer a maintainer and the web dashboard is down.
This sounds similar to https://github.com/thoughtbot/clearance/issues/937 but I'm seeing issues at 2.3.0, not just 2.3.1. Also our Rails server is not running in API mode (https://guides.rubyonrails.org/api_app.html), but as a traditional Rails...
@MottiniMauro When you say 'API mode', are you referring to using `ActionController::API`, etc?
Tree-shaking would definitely help. We only use the 'transform' functionality of the library, which I imagine is tiny in comparison to the rest of the source.
> @rtymchyk does `import { Client } from "filestack-js"` help? No difference
@molszanski @pcholuj Hate to ping again, but is there anything scheduled for either trimming the size or just introducing tree shaking? Notice in my screenshot below, it was 1.x.x, at...