// Works for OccurrenceOrderPlugin module.exports = { plugins: [ new webpack.optimize.OccurrenceOrderPlugin(), ] }