Fix non-minimized JS

This commit is contained in:
Emily Doherty 2023-05-21 06:54:25 -07:00
parent aab8a9cd12
commit 86555f5983

View File

@ -17,6 +17,7 @@ module.exports = {
optimization: {
minimize: true,
minimizer: [
`...`,
new CssMinimizerPlugin(),
],
},