An open API service indexing awesome lists of open source software.

https://github.com/yoriiis/webpack-splitchunks-esmodule

Build a Webpack configuration to improved page load performance with granular chunking strategy and JavaScript modules for modern browsers
https://github.com/yoriiis/webpack-splitchunks-esmodule

article chunks-webpack-plugin devto esmodules javascript-modules legacy-browsers modern-browsers splitchunks webpack

Last synced: about 2 months ago
JSON representation

Build a Webpack configuration to improved page load performance with granular chunking strategy and JavaScript modules for modern browsers

Awesome Lists containing this project

README

        

# Webpack SplitChunks ESmodule

This repository is the demo for the Dev.to article: [Granular chunks and JavaScript modules for faster page loads](https://dev.to/yoriiis/granular-chunks-and-javascript-modules-for-faster-page-loads-4pd9)

## Installation

```bash
npm install
npm run start
```

## License

`webpack-splitchunks-esmodule` is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Created with ♥ by [@yoriiis](http://github.com/yoriiis).