Turn on minimization

This commit is contained in:
Nathan Bierema 2022-01-10 00:24:30 -05:00
parent 8cdb8c3298
commit f5d443fcf3

View File

@ -52,9 +52,6 @@ const baseConfig = (params) => ({
})
: []
),
optimization: {
minimize: false,
},
performance: {
hints: false,
},