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
Webpack's giving warnings about the size of main.js because everything is being eager loaded. We can change this to use lazy loading and greatly reduce the size of the js.
The text was updated successfully, but these errors were encountered:
Webpack's giving warnings about the size of
main.js
because everything is being eager loaded. We can change this to use lazy loading and greatly reduce the size of the js.The text was updated successfully, but these errors were encountered: