Come usare ES6 in webpack.config? Come questo repo https://github.com/kriasoft/react-starter-kit fa?
Per esempio:
usando questo
import webpack from 'webpack';
invece di
var webpack = require('webpack');
È piuttosto una curiosità piuttosto che un bisogno.