module.exports = { plugins: [ new HtmlWebpackPlugin({ template: 'src/index.html', }), new NetlifyServerPushPlugin({ headersFile: '_headers' }) ] };