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

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

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)