Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destos/webpack-intro
Intro to webpack - Tulsa Tech Fest 2015
https://github.com/destos/webpack-intro
Last synced: 15 days ago
JSON representation
Intro to webpack - Tulsa Tech Fest 2015
- Host: GitHub
- URL: https://github.com/destos/webpack-intro
- Owner: destos
- Created: 2015-08-06T23:35:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T00:29:03.000Z (over 9 years ago)
- Last Synced: 2024-04-14T14:16:12.581Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to Webpack
[Webpack](https://webpack.github.io/) - [Documentation](https://webpack.github.io/docs/)
We'll be focusing on using webpack to help organize the build process for a complex frontend project. webpack is a nodeJS based tool that works with both commonJS and requireJS module format systems.
### Topics we'll be covering:
* How webpack works
* Understanding loaders
* Adding a javascript loader ( pretty much the reason we're here right? )
* Adding a loader for CSS pre-processors ( more than two pre-processors at the same time? insanity! )
* Adding the babelJS loader for ES6-7 syntax pre-processing!
* Understanding the power of plugins
* Using the Dedupe and UglifyJs Plugins to pack up our frontend code
* Adding hot reloading to a project ( believe me you'll want to see this )[Onto the talk notes!](TALK-NOTES.md)