forked from markerikson/react-redux-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "Webpack Advanced Techniques" page
- Loading branch information
1 parent
dae0363
commit 849c65f
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |