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.

comments powered by Disqus