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
Interested to hear any thoughts you have on using joi-browser with webpack code splitting, would it result in lazy loading? or would it end up where everything is required upfront?
The text was updated successfully, but these errors were encountered:
I think the biggest issue is that everything that uses moment is expecting it to be available via synchronous require so the require.ensure returns a promise that one must wait for. So the code wouldn't be compatible as is. It would be nice if it was that easy.
Interested to hear any thoughts you have on using joi-browser with webpack code splitting, would it result in lazy loading? or would it end up where everything is required upfront?
The text was updated successfully, but these errors were encountered: