Modules in Production

We can use CommonJS modules to organize our test files, but we don’t yet have the same ability in our production code. When we try, the application just crashes. We introduce Browserify and Webpack, two popular tools for supporting CommonJS in production, then demonstrate how to install and use Browserify.

  1. LL14Front-End Modules

    Fri, 2 Aug ’13
  2. E16Modular Tests

    Fri, 18 Sep ’15
  3. E17Modules in Production

    Fri, 25 Sep ’15
  4. E18The Build Step

    Fri, 2 Oct ’15
  5. E19Third-Party Modules

    Fri, 9 Oct ’15