Listo para produccion

This commit is contained in:
2021-12-16 01:00:27 -03:00
parent 8ac3179b35
commit cf64b2d040
11 changed files with 57 additions and 526 deletions

View File

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