Applications that can run on the client and server side, which for our purposes this means in both the Node and browser environment.
So, how do we do this and how do we use webpack?
Lets install some dependencies:
$ npm i webpack@beta babel-loader babel-preset-es2015 -D