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
Front-end assets like HTML, CSS and especially images are getting bigger in size and number. I guess we should start to modularize and use imports. Webpack's dependency graph can then be used to split code and enhance lazy loading. Rollup looks a good choice also. Let's start using the ES6 modules.
The text was updated successfully, but these errors were encountered:
Front-end assets like HTML, CSS and especially images are getting bigger in size and number. I guess we should start to modularize and use imports. Webpack's dependency graph can then be used to split code and enhance lazy loading. Rollup looks a good choice also. Let's start using the ES6 modules.
The text was updated successfully, but these errors were encountered: