Adam Mruk
Adam Mruk
I have exactly same case like @emondora. For now i use a small workaround: In my `beforeUpload` function i accept file as UploadFile: ``` beforeUpload = (file: UploadFile): Observable =>...
Hi @jbroma, nice to talk with you again :D Ok that looks super promising, I love the idea of reusing webpack templating! It crossed my mind while working on that...
Sorry for such late response, I have been off for the whole week. I'm not super familiar with all of those stuff š But generally speaking this approach should solve...
Hi @jbroma! I have been playing around with it a bit, but I think Iām stuck. I tried to utilize `assetModuleFilename` in the webpack config, within the `output` field, but...
That's fine:D Ok, so it is indeed not that easy š But anyway sounds like a nice final solution. So if it's fine for you, I can move forward with...
Ok I was able to find a solution, still testing it but initial checks looks promising, I updated my PR: https://github.com/adammruk/repack/pull/1/files What are your thoughts about it?
Ok great, thanks for the hints! š I'm sitting on 3.4.0 in my project that's why I was tinkering with that version, was a bit easier to test for me....
Hi @jbroma ! PR here: https://github.com/callstack/repack/pull/651 - let me know what do you think and what can be improved :)
Hi @lstoyanoff ! I'm happy that I'm not the only one having this case š I agree, there are different usecases, technically different scale outputs a different content hash, but...