fix(marketing): enable cssnano minification + npm ci for reproducibility
This commit is contained in:
@@ -2,5 +2,6 @@ module.exports = {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
autoprefixer: {},
|
||||
...(process.env.NODE_ENV === 'production' ? { cssnano: { preset: 'default' } } : {}),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user