https://github.com/itaditya/webpack-workshop-demo
https://github.com/itaditya/webpack-workshop-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itaditya/webpack-workshop-demo
- Owner: itaditya
- Created: 2019-11-23T12:24:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T13:40:23.000Z (over 3 years ago)
- Last Synced: 2025-04-07T17:35:13.217Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Things covered-
* Webpack to bundle JS
* Webpack to bundle CSS
* Webpack dev server
* Webpack with babel
* React app built with Webpack
* Hash in files for caching
## Things not covered-
* CSS optimizations
* Sourcemaps
* Separate dev and prod configs
* Lazy Loading
* file-loader
* Advanced Config of plugins
## Note-
The dist folder was committed for checking the output but in many branches it was not run before committing so it would be out of date with the code of the branch. Sorry for that.