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
At the moment, one cannot choose which formats and algorithms are included, meaning that the bundle size might be larger than necessary in case you just use a few.
Explore a way to lazy-load algorithms on demand. There are two few solutions to this: implicit/manual loading and automatic loading. I would like to explore automatic loading using dynamic imports because it's transparent and will generate different chunks when using tools like webpack.
The text was updated successfully, but these errors were encountered:
At the moment, one cannot choose which formats and algorithms are included, meaning that the bundle size might be larger than necessary in case you just use a few.
Explore a way to lazy-load algorithms on demand. There are two few solutions to this: implicit/manual loading and automatic loading. I would like to explore automatic loading using dynamic imports because it's transparent and will generate different chunks when using tools like webpack.
The text was updated successfully, but these errors were encountered: