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