Minimize CSS in production

This commit is contained in:
Alessandro Pignotti 2024-10-05 23:21:44 +02:00
parent df5bbfa0e1
commit a838ffc97a

View file

@ -39,6 +39,7 @@ export default {
// a separate file - better for performance
postcss({
extract: true,
minimize: production,
plugins: [
tailwindcss,
autoprefixer,