Setup everything you need to use babel with webpack.
Install:
npm install --save webpack-config-babelAdd to your webpack.config.babel.js:
import babel from `webpack-config-babel`;
babel({ /* babel options */ })({
/* existing webpack configuration */
})