1. Урок 1. 00:02:14
    Intro to the Production Webpack Course
  2. Урок 2. 00:04:07
    Validate your Webpack config with webpack-validator
  3. Урок 3. 00:03:24
    Tree shaking with Webpack 2
  4. Урок 4. 00:02:00
    Polyfill Promises for Webpack 2
  5. Урок 5. 00:02:39
    Maintain sane file sizes with webpack code splitting
  6. Урок 6. 00:03:47
    Hashing with Webpack for long term caching
  7. Урок 7. 00:05:37
    Grouping vendor files with the Webpack CommonsChunkPlugin
  8. Урок 8. 00:04:12
    Chunking common modules from multiple apps with the Webpack CommonsChunkPlugin
  9. Урок 9. 00:05:46
    Optimize React size and performance with Webpack production plugins
  10. Урок 10. 00:04:21
    Import a non-ES6 module with Webpack
  11. Урок 11. 00:03:21
    Expose modules to dependencies with Webpack
  12. Урок 12. 00:05:23
    Initialize a Webpack Project with Karma for Testing
  13. Урок 13. 00:01:18
    Use Chai assertions for tests in a Karma project
  14. Урок 14. 00:04:54
    Use Karma for Unit Testing with Webpack
  15. Урок 15. 00:06:31
    Add Code Coverage to tests in a Webpack project
  16. Урок 16. 00:05:00
    Ensure all source files are included in test coverage reports with Webpack