Skip to main content

Posts Tagged ‘long-term-cache’

Using Webpack to Enable Dynamic Imports and Long-Term-Caching

Background Many people are using Webpack in front-end projects to pack their modules, especially for big single page application. Usually, it will pack up all your js files into one js bundle., but you may not need them all at the same time since it will take longer when the page is being loaded. So, […]