webpack.config.example.js
1 'use strict'; 2 3 /* eslint-disable no-unused-vars */ 4 module.exports = (config, webpack) => { 5 // Note: we provide webpack above so you should not `require` it 6 // Perform customizations to webpack config 7 // Important: return the modified config 8 return config; 9 };