module.exports = (options) => ({ ...options, externals: [], output: { ...options.output, libraryTarget: 'commonjs2', }, });