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
We need to have an inline worker though, so we looked at using it in combination with asset/inline but without much luck.
Needs some tinkering on how to make it work, as there doesn't seem to be any documentation about it. Not to mention that any change must not our Rollup builds either.
Another idea I tried that didn't end up working: move the worker script to its own package, build that with webpack and inline blurhash, then load that in to the main app. The branch where I was testing has some commits that may be helpful:
Task Description
This is a follow-up to #6304
In #5792 we experimented with replacing the now deprecated
worker-loader
with the new recommended approach in webpack v5.We need to have an inline worker though, so we looked at using it in combination with
asset/inline
but without much luck.Needs some tinkering on how to make it work, as there doesn't seem to be any documentation about it. Not to mention that any change must not our Rollup builds either.
Related: #10133
The text was updated successfully, but these errors were encountered: