bumb some stuff

This commit is contained in:
Robin Appelman 2022-09-03 14:16:17 +02:00
commit 4d3d3b34c9
3 changed files with 7759 additions and 12707 deletions

View file

@ -40,7 +40,6 @@ module.exports = [{
},
plugins: [
new CopyWebpackPlugin({patterns: [{from: 'index.html'}]}),
isDevelopment && new webpack.HotModuleReplacementPlugin(),
isDevelopment && new ReactRefreshWebpackPlugin(),
].filter(Boolean),
}, {