export default { mode: 'production', entry: './src/index.mjs', output: { filename: 'webpack-empty.js', }, }