mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
⚡️ perf: production level nano css
This commit is contained in:
@@ -2,5 +2,12 @@ export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
...(process.env.NODE_ENV === 'production'
|
||||
? {
|
||||
cssnano: {
|
||||
preset: 'default',
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user