fix(marketing): enable cssnano minification + npm ci for reproducibility

This commit is contained in:
Allison
2026-04-27 15:32:05 -04:00
parent b27b3c1d44
commit 31948aec01
5 changed files with 855 additions and 4827 deletions

View File

@@ -2,5 +2,6 @@ module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
...(process.env.NODE_ENV === 'production' ? { cssnano: { preset: 'default' } } : {}),
}
}