Talk was in general was quick walkthrough of cool features of Webpack 2. Mentioning some of the stuff not used in our code and very cool guidelines for improving production code in terms of output, assembly, assets, css etc. In summary, we might need an expert on Webpack2 to review for us later to apply best possible techniques.
- The content was based on the book authored by Juho Vepsäläinen (https://github.com/bebraw) who is the core team member of Webpack and main driver behind @SurviveJS effort.
- All the things he talked are explained in detail on https://survivejs.com/webpack/introduction/
webpack-merge
: Cool plugin for merging and selecting configuration specially for production & development mode config files.purify-css
/purify-css-webpack
/uncss
: To removed unused CSS in the output code.stylelint
/csslint
: To applying linting rules on CSS files similarly to our code.AggressiveSplittingPlugin
/http2-aggressive-splitting
: Cool plugin to take advan