Skip to content

Commit

Permalink
Add "Webpack Advanced Techniques" page
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 9, 2016
1 parent dae0363 commit 849c65f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ You might also want to check out my categorized list of Redux-related addons, li
- [Immutable Data](immutable-data.md)
- [React/Redux Testing](react-redux-testing.md)
- [React Performance](react-performance.md)
- [Webpack Advanced Techniques](webpack-advanced-techniques.md)


#### Guidelines, Comparisons, and Discussion
- [Thinking in React and Flux](thinking-in-react-and-flux.md)
Expand Down
13 changes: 13 additions & 0 deletions webpack-advanced-techniques.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Webpack Advanced Techniques

- **Webpack: Build Performance**
https://github.com/webpack/docs/wiki/build-performance
Webpack docs on ways to speed up builds.

- **How to make your webpack builds 10x faster**
http://www.slideshare.net/trueter/how-to-make-your-webpack-builds-10x-faster
Slideshow that lists a number of approaches for making Webpack builds faster, such as narrowing scope, using the DllPlugin, using HappyPack for parallel builds, and more.

- **Advanced Frontend Optimization with Webpack**
http://sokra.github.io/slides/frontend-optimize
Slides by Sokra describing ways to improve Webpack builds.

0 comments on commit 849c65f

Please sign in to comment.