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
- Host: GitHub
- URL: https://github.com/yoriiis/webpack-splitchunks-esmodule
- Owner: yoriiis
- License: mit
- Created: 2020-05-07T21:01:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T19:40:22.000Z (11 months ago)
- Last Synced: 2025-02-05T12:41:15.274Z (4 months ago)
- Topics: article, chunks-webpack-plugin, devto, esmodules, javascript-modules, legacy-browsers, modern-browsers, splitchunks, webpack
- Language: JavaScript
- Homepage: https://dev.to/yoriiis/granular-chunks-and-javascript-modules-for-faster-page-loads-4pd9
- Size: 181 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).