Lemoncode / webpack-1.x-by-sample

Learn webpack 1.x by sample
http://www.lemoncode.net/
MIT License
27 stars 17 forks source link

Create a webpack DLL new sample under misc #41

Closed brauliodiez closed 7 years ago

brauliodiez commented 8 years ago

Webpack DLL is really cool, and can make your build process 10 times faster.

Let's build a sample for this.

Good material to learn more about this:

https://medium.com/@soederpop/webpack-plugins-been-we-been-keepin-on-the-dll-cdfdd6cb8cd7#.4wrtx2o0l

https://robertknight.github.io/posts/webpack-dll-plugins/

http://engineering.invisionapp.com/post/optimizing-webpack/

brauliodiez commented 7 years ago

Completed and merged