https://github.com/gavinbirkhoff/webpack-examples
🚀 A collection of classic examples based on webpack 5.
https://github.com/gavinbirkhoff/webpack-examples
Last synced: about 1 year ago
JSON representation
🚀 A collection of classic examples based on webpack 5.
- Host: GitHub
- URL: https://github.com/gavinbirkhoff/webpack-examples
- Owner: GavinBirkhoff
- License: mit
- Created: 2023-11-07T13:28:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T13:34:36.000Z (over 2 years ago)
- Last Synced: 2025-01-25T05:14:22.612Z (over 1 year ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-examples
🚀 A collection of classic examples based on webpack 5.
## Basic Usage
1. [basic-entry](./basic-entry/)
2. [basic-multiple-entry](./basic-multiple-entry/)
3. [basic-serve-hot](./basic-serve-hot/)
## React Usage
1. [react-pure](./react-pure/)
2. [react-css-module](./react-css-module/)
## Style Usage
1. [style-css](./style-css/)
2. [style-less](./style-less/)
3. [style-sass](./style-sass/)
## File Usage
1. [file-img](./file-img/)
## Optimization
1. [optimization-code-splitting](./optimization-code-splitting/)
2. [optimization-chunk-vendor](./optimization-chunk-vendor/)
3. [optimization-external](./optimization-external)
## Plugins Usage
1. [plugin-define](./plugin-define/)
## TODO
terser-webpack-plugin
## Useful links
- [Webpack docs](https://webpack.js.org/concepts/)
## License
MIT