https://github.com/edysegura/webpack-basics
Learning webpack by doing
https://github.com/edysegura/webpack-basics
webpack webpack2
Last synced: 5 months ago
JSON representation
Learning webpack by doing
- Host: GitHub
- URL: https://github.com/edysegura/webpack-basics
- Owner: edysegura
- License: mit
- Created: 2017-02-15T01:49:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:18:47.000Z (over 3 years ago)
- Last Synced: 2024-04-14T12:14:40.484Z (about 2 years ago)
- Topics: webpack, webpack2
- Language: JavaScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Basics
Learning Webpack by doing following these simple examples below.
- [Webpack with command line](command-line)
- [Developing with hot reload](live-reload)
- [Config for production](production-config)
## References
- [A Detailed Introduction To Webpack](https://www.smashingmagazine.com/2017/02/a-detailed-introduction-to-webpack/)
- [Webpack Tutorial - Replace Gulp/Grunt plugins with a single tool](https://www.youtube.com/watch?v=9kJVYpOqcVU)
- [Webpack 2 vs Browserify/Grunt/Gulp/Rollup](https://www.youtube.com/watch?v=C_ZtQClrVYw)
- [Webpack 2 Crash Course](https://www.youtube.com/playlist?list=PL55RiY5tL51rcCnrOrZixuOsZhAHHy6os)