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 could (should?) use webpack to split the application in multible bundles.
A good logical point to split the import-tree would be the features. The feature-specific code would only than be dynamical loaded, if the user clicks on the menu button.
This could improve the loading-time of the application substantially.
We could (should?) use webpack to split the application in multible bundles.
A good logical point to split the import-tree would be the features. The feature-specific code would only than be dynamical loaded, if the user clicks on the menu button.
This could improve the loading-time of the application substantially.
see https://github.com/webpack/docs/wiki/code-splitting
The text was updated successfully, but these errors were encountered: